Use conanfile.py in CMake directive instead of conanfile.txt

This commit is contained in:
Dan Paulat 2023-06-07 00:11:50 -05:00
parent ef437a830f
commit 288909c822

View file

@ -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")