From 89e5ad7214a1e5dbc039d7b171a8370c76f1ce3f Mon Sep 17 00:00:00 2001 From: Francois Keith <francois.keith@aist.go.jp> Date: Wed, 10 Nov 2010 01:31:48 +0900 Subject: [PATCH] Lighten CMakelists by removing win32 flags (now in cmake) --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 24b4c4a..2ffd2dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,11 +61,6 @@ PKG_CONFIG_APPEND_LIBS("dynamic-graph") SEARCH_FOR_BOOST() SEARCH_FOR_PTHREAD() -# Remove additional warnings. -IF(WIN32) - ADD_DEFINITIONS("/wd4251 /wd4275 /wd4101 /wd4355") -ENDIF(WIN32) - ADD_SUBDIRECTORY(src) ADD_SUBDIRECTORY(include) ADD_SUBDIRECTORY(tools) -- GitLab