Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tschaffter/cxx-dev-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Apr 4, 2020
2 parents ad07f81 + 1ee1b70 commit 85d1b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BuildType.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(EXISTS "${CMAKE_SOURCE_DIR}/.git")
endif()

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

set(CMAKE_BUILD_TYPE
Expand Down

0 comments on commit 85d1b3b

Please sign in to comment.