aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/CMakeLists.txt
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-12-22 18:46:26 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:12:50 -0300
commit39b90917d70c542e27615f915bb73e9ae8c98df8 (patch)
treef7257d4679cf3a94ba256d95d83247eaf4c8e920 /libshiboken/CMakeLists.txt
parentdb6142cce6603abc054717bf0626ffb38c0e0804 (diff)
Removed WITH_THREAD ifdefs, it causes a lot of warnings on Windows and was always set by our buildsystem.
Diffstat (limited to 'libshiboken/CMakeLists.txt')
-rw-r--r--libshiboken/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/libshiboken/CMakeLists.txt b/libshiboken/CMakeLists.txt
index a329eec01..361560655 100644
--- a/libshiboken/CMakeLists.txt
+++ b/libshiboken/CMakeLists.txt
@@ -15,7 +15,6 @@ else()
set(SPARSEHASH_INCLUDE_PATH ${CMAKE_SOURCE_DIR}/ext/sparsehash)
endif()
-add_definitions(-DWITH_THREAD)
set(libshiboken_MAJOR_VERSION ${shiboken_MAJOR_VERSION})
set(libshiboken_MINOR_VERSION ${shiboken_MINOR_VERSION})
set(libshiboken_MICRO_VERSION ${shiboken_MICRO_VERSION})