changeset 1201:14a30bada44f

Remove unnecessary GCC_EXE CMake flag. Closes #208, thanks impulze.
author Christian Kamm <kamm incasoftware de>
date Sun, 12 Apr 2009 13:50:18 +0200
parents 3171f67ad006
children 7c7072437a89
files runtime/CMakeLists.txt
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/CMakeLists.txt	Wed Apr 08 23:05:30 2009 +0200
+++ b/runtime/CMakeLists.txt	Sun Apr 12 13:50:18 2009 +0200
@@ -2,11 +2,6 @@
 
 cmake_minimum_required(VERSION 2.6)
 
-find_program(GCC_EXE gcc DOC "path to gcc binary")
-if(NOT GCC_EXE)
-	message(STATUS "gcc needs to be on your path to build the runtime")
-endif(NOT GCC_EXE)
-
 option(BUILD_SHARED_LIBS "build the runtime as shared libraries (linux only)")
 option(BUILD_BC_LIBS "build the runtime as bytecode libraries")
 option(BUILD_SINGLE_LIB "build single runtime library" ON)