From d41a05fe32ef6741fbc52a5e29392e3fe01b6bc3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 18 Sep 2013 00:27:02 +0200 Subject: cmakelists: fix brain damage --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d0f7cf1..67d16f87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -562,10 +562,6 @@ if(SDK_SM_FACEAPI_PATH) if(MSVC80 OR MINGW) add_executable(opentrack-faceapi-wrapper ${opentrack-faceapi-wrapper-c}) target_link_libraries(opentrack-faceapi-wrapper "${SDK_SM_FACEAPI_PATH}/bin/smft32.lib") - if(CMAKE_COMPILER_IS_GNUCXX) - #target_link_libraries(opentrack-faceapi-wrapper msvcr80) - SET_TARGET_PROPERTIES(opentrack-faceapi-wrapper PROPERTIES LINK_FLAGS "-mdll") - endif() endif() endif() -- cgit v1.2.3