From 288909c822bf78bef5a085297b7a5e347b6c26ce Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Wed, 7 Jun 2023 00:11:50 -0500 Subject: [PATCH] Use conanfile.py in CMake directive instead of conanfile.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b1fa3a9..0ba34607 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ include(${PROJECT_SOURCE_DIR}/external/cmake-conan/conan.cmake) set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS - conanfile.txt) + conanfile.py) # Don't use RelWithDebInfo Conan packages if (${CMAKE_BUILD_TYPE} STREQUAL "RelWithDebInfo")