Skip to content

Commit 85d1b3b

Browse files
committed
Merge branch 'master' of github.com:tschaffter/cxx-dev-tools
2 parents ad07f81 + 1ee1b70 commit 85d1b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/BuildType.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if(EXISTS "${CMAKE_SOURCE_DIR}/.git")
55
endif()
66

77
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
8-
message(STATUS "Setting build type to '${DEFAULT_BUILD_TYPE}' as none
8+
message(STATUS "Setting build type to '${DEFAULT_BUILD_TYPE}' as none\
99
was specified.")
1010

1111
set(CMAKE_BUILD_TYPE

0 commit comments

Comments
 (0)