diff -r 00327a665396 CMakeLists.txt --- a/CMakeLists.txt Sun Aug 17 12:25:37 2008 -0400 +++ b/CMakeLists.txt Mon Sep 01 22:40:57 2008 +0200 @@ -12,7 +12,12 @@ # and even on the original test system, become incorrect over time. # Only choose options you want/need to squeeze every byte off the download. -PROJECT(MojoSetup) +IF(NOT BEOS) + PROJECT(MojoSetup C) +ELSE(NOT BEOS) + PROJECT(MojoSetup CXX) +ENDIF(NOT BEOS) + CMAKE_MINIMUM_REQUIRED(VERSION 2.4) EXECUTE_PROCESS(