diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-29 10:32:46 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-29 10:32:46 +0100 |
commit | 167d0d51dd0160cdae72e2434782eb6b9147f5d4 (patch) | |
tree | 60d35c9c3180218baa0aea4379a668e09e3653d5 | |
parent | a8cacd5518ff5339e51b92dfcfb55baf446eb799 (diff) |
delete captain obvious comments
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 1 insertions, 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 "<CMAKE_RC_COMPILER> -O coff <DEFINES> -i <SOURCE> -o <OBJECT>") - 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) |