generated from Sithas/conan_template
Подготовка сборки
(cherry picked from commit ce552c3413b041e0f33237ba8cb201053263aee0)
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ project(conan2_template)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
|
||||
if (${CMAKE_BUILD_TYPE} STREQUAL Debug)
|
||||
if ("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
|
||||
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake-build-debug/conan_toolchain.cmake)
|
||||
endif ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user