8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b69b63a + 451ba1e commit 843d173Copy full SHA for 843d173
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 2.8.1)
2
project(UnitTest++)
3
4
-option(UTPP_USE_PLUS_SIGN "Set this to OFF is you with to use '-cpp' instead of '++' in lib/include paths" ON)
+option(UTPP_USE_PLUS_SI 6ACD GN "Set this to OFF if you wish to use '-cpp' instead of '++' in lib/include paths" ON)
5
6
if(MSVC14 OR MSVC12)
7
# has the support we need
@@ -71,4 +71,4 @@ endif()
71
72
install(TARGETS UnitTest++ DESTINATION lib)
73
install(FILES ${headers_} DESTINATION ${UTPP_INSTALL_DESTINATION})
74
-install(FILES ${platformHeaders_} DESTINATION ${UTPP_INSTALL_DESTINATION}/${platformDir_})
+install(FILES ${platformHeaders_} DESTINATION ${UTPP_INSTALL_DESTINATION}/${platformDir_})
0 commit comments