Skip to content

Commit

Permalink
format cmake common
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed May 10, 2024
1 parent 95ede9e commit e8184e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/cmake-modules/CommonSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ macro(CommonSetup)
elseif("${BUILD_TYPE}" STREQUAL "release")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MD /O2 /Oi /GL /Gm- /Gy /TP ")
else()
message(FATAL_ERROR "Please specify '-D CMAKE_BUILD_TYPE=Debug' or 'Release' on the cmake command line")
message(FATAL_ERROR "Please specify '-D CMAKE_BUILD_TYPE=Debug||Release' on the cmake command line")
endif()
endif()

Expand Down

0 comments on commit e8184e9

Please sign in to comment.