mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 01:30:05 +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
|
set_property(DIRECTORY
|
||||||
APPEND
|
APPEND
|
||||||
PROPERTY CMAKE_CONFIGURE_DEPENDS
|
PROPERTY CMAKE_CONFIGURE_DEPENDS
|
||||||
conanfile.txt)
|
conanfile.py)
|
||||||
|
|
||||||
# Don't use RelWithDebInfo Conan packages
|
# Don't use RelWithDebInfo Conan packages
|
||||||
if (${CMAKE_BUILD_TYPE} STREQUAL "RelWithDebInfo")
|
if (${CMAKE_BUILD_TYPE} STREQUAL "RelWithDebInfo")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue