mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 23:10:06 +00:00
Use conanfile.py in CMake directive instead of conanfile.txt
This commit is contained in:
parent
ef437a830f
commit
288909c822
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue