From e8184e9ecd7a8b8c39be7c0bbf1f0e8a636b6aaf Mon Sep 17 00:00:00 2001 From: admercs Date: Fri, 10 May 2024 15:03:25 -0700 Subject: [PATCH] format cmake common --- cmake/cmake-modules/CommonSetup.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/cmake-modules/CommonSetup.cmake b/cmake/cmake-modules/CommonSetup.cmake index c19f1451..73234c74 100644 --- a/cmake/cmake-modules/CommonSetup.cmake +++ b/cmake/cmake-modules/CommonSetup.cmake @@ -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()