diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-08-06 17:44:49 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-08-06 17:44:49 +0200 |
commit | c78c8a3c6948cd24ecc6d4681cda1577f65edae8 (patch) | |
tree | a2094298a95341526f129d3e771097df1a7fac7c | |
parent | 7300a01ac86476850a1a197c9803198307db9d18 (diff) |
Fix MinGW build for dbaarda
-rw-r--r-- | CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4fe18375..8295d062 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,9 +63,6 @@ if(NOT SDK_FACEAPI_ONLY) SET(SDK_OPENCV_STATIC FALSE CACHE BOOL "Whether OpenCV is statically linked") if (WIN32) SET(SDK_SM_FACEAPI_PATH "" CACHE PATH "SeeingMachines FaceAPI SDK path") - if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_GNUCC) - set(SDK_MINGW_PATH "" CACHE PATH "MinGW path") - endif() set(SDK_SIMCONNECT "" CACHE PATH "Path to SimConnect SDK") set(SDK_DIRECTX "" CACHE PATH "Path to DirectX SDK") set(SDK_FSUIPC "" CACHE PATH "Path to FSUIPC") @@ -597,14 +594,6 @@ if(NOT SDK_FACEAPI_ONLY) endif() if(WIN32) - if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_GNUCC) - file(GLOB mingw-libgcc-s "${SDK_MINGW_PATH}/bin/libgcc_s_*.dll") - install(FILES - "${mingw-libgcc-s}" - "${SDK_MINGW_PATH}/lib32/libstdc++-6.dll" - DESTINATION . - ) - endif() install(FILES "${CMAKE_SOURCE_DIR}/bin/cleye.config" DESTINATION .) if(SDK_SIMCONNECT) install(TARGETS opentrack-proto-simconnect |