From 167d0d51dd0160cdae72e2434782eb6b9147f5d4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 29 Nov 2013 10:32:46 +0100 Subject: delete captain obvious comments --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f4c3e36e..c82b5e50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -135,8 +135,6 @@ endif() if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_GNUCC) set(CMAKE_RC_COMPILER_INIT i686-w64-mingw32-windres) SET(CMAKE_RC_COMPILE_OBJECT " -O coff -i -o ") - else() - #set(CMAKE_RC_COMPILER_INIT rc) endif() ENABLE_LANGUAGE(RC) endif(WIN32) @@ -592,7 +590,7 @@ if(SDK_RIFT) else() if (NOT APPLE) target_link_libraries(opentrack-tracker-rift "${SDK_RIFT}/libLibOVR.a" udev Xinerama) - else() # crapintosh + else() target_link_libraries(opentrack-tracker-rift "${SDK_RIFT}/libLibOVR.a") endif() endif() @@ -793,7 +791,6 @@ if(WIN32) install(TARGETS opentrack-proto-freetrack opentrack-proto-win32-mouse - #opentrack-proto-simconnect RUNTIME DESTINATION . LIBRARY DESTINATION . ) if(SDK_FSUIPC) -- cgit v1.2.3