From 90863fd0613cfc0c06c8be635824c4b2f8b1323b Mon Sep 17 00:00:00 2001 From: Caner Candan Date: Tue, 8 Mar 2011 00:08:18 +0100 Subject: [PATCH] * disabled app/gprop temporary because of the incompatibility with gcc version higher than 4.5.1 --- eo/app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/app/CMakeLists.txt b/eo/app/CMakeLists.txt index b57cce22..d13aac52 100644 --- a/eo/app/CMakeLists.txt +++ b/eo/app/CMakeLists.txt @@ -2,7 +2,7 @@ ### 1) Where must cmake go now ? ###################################################################################### -ADD_SUBDIRECTORY(gprop) +#ADD_SUBDIRECTORY(gprop) #ADD_SUBDIRECTORY(gpsymreg) ADD_SUBDIRECTORY(mastermind) ######################################################################################