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.
1 parent b69b63a commit 451ba1eCopy full SHA for 451ba1e
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_SIGN "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