diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-08-06 18:35:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-08-06 18:35:45 +0200 |
commit | d2ae12cd96112e9244094c5ff9fb7197e37fb3bf (patch) | |
tree | cc063c6bba9f9774e0a81960e1db84557a25a218 | |
parent | dd68d66a686b65f55769ab4f3e9a317148115f7d (diff) |
Decruft
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d30f7bed..4a517168 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,8 +29,6 @@ if(NOT SDK_FACEAPI_ONLY) find_package(Qt4 COMPONENTS QtCore QtGui QtDesigner QtXml QtNetwork REQUIRED) if(WIN32 AND NOT CMAKE_COMPILER_IS_GNUCC) - add_definitions(/D FTNOIR_FILTER_BASE_LIB /D FTNOIR_TRACKER_BASE_LIB /D FTNOIR_PROTOCOL_BASE_LIB /D_CRT_SECURE_NO_WARNINGS) - else(MSVC) add_definitions(-DFTNOIR_FILTER_BASE_LIB -DFTNOIR_TRACKER_BASE_LIB -DFTNOIR_PROTOCOL_BASE_LIB) endif(WIN32 AND NOT CMAKE_COMPILER_IS_GNUCC) |