diff --git a/CMakeLists.txt b/CMakeLists.txt index baf2e53..4ddd9a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ()