From 81a6de41a5f6f5a4340e834dfd4ca965ed694924 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Mon, 24 Jun 2013 13:28:18 +0200 Subject: Some further changes in CMakeLists * removed DEV_BUILD autodetection (could be confusing) * ignore desktop subdirectory on Windows * some refactoring --- src/CBot/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CBot') diff --git a/src/CBot/CMakeLists.txt b/src/CBot/CMakeLists.txt index ecde61f..8bb8a5c 100644 --- a/src/CBot/CMakeLists.txt +++ b/src/CBot/CMakeLists.txt @@ -12,7 +12,7 @@ CBotVar.cpp CBotWhile.cpp ) -if(${CBOT_STATIC}) +if(CBOT_STATIC) add_library(CBot STATIC ${SOURCES}) else() add_library(CBot SHARED ${SOURCES}) -- cgit v1.2.3-1-g7c22