8000 Fix spelling of UTPP_USE_PLUS_SIGN option comment. · unittest-cpp/unittest-cpp@451ba1e · GitHub
[go: up one dir, main page]

Skip to content

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.8.1)
22
project(UnitTest++)
33

4-
option(UTPP_USE_PLUS_SIGN "Set this to OFF is you with to use '-cpp' instead of '++' in lib/include paths" ON)
4+
option(UTPP_USE_PLUS_SIGN "Set this to OFF if you wish to use '-cpp' instead of '++' in lib/include paths" ON)
55

66
if(MSVC14 OR MSVC12)
77
# has the support we need
@@ -71,4 +71,4 @@ endif()
7171

7272
install(TARGETS UnitTest++ DESTINATION lib)
7373
install(FILES ${headers_} DESTINATION ${UTPP_INSTALL_DESTINATION})
74-
install(FILES ${platformHeaders_} DESTINATION ${UTPP_INSTALL_DESTINATION}/${platformDir_})
74+
install(FILES ${platformHeaders_} DESTINATION ${UTPP_INSTALL_DESTINATION}/${platformDir_})

0 commit comments

Comments
 (0)
0