diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-29 18:50:27 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-29 18:50:27 +0200 |
commit | ff700495be3b3da11ed09420d749a100be759985 (patch) | |
tree | 5c4e3d00c8a032a8bfa164e40848325dad32120c /CMakeLists.txt | |
parent | 00e6e209b8baaca46235fd48b6b750e2aecfbd5a (diff) |
Remove the annoying message
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f46f88b..34212a77 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -506,8 +506,6 @@ if(MSVC80 AND SDK_SM_FACEAPI_PATH) else() target_link_libraries(opentrack-faceapi-wrapper "${SDK_SM_FACEAPI_PATH}/bin/smft32.lib") endif() -else() - MESSAGE(WARNING "Cannot build FaceAPI without MSVC 2005!") endif() if(NOT SDK_FACEAPI_ONLY) |