mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 23:10:06 +00:00
Set CMake policy for FindPythonInterp (aws-sdk-cpp)
This commit is contained in:
parent
403f9c5e4d
commit
fc8ad45648
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ project(${PROJECT_NAME} C CXX)
|
|||
set(CMAKE_POLICY_DEFAULT_CMP0054 NEW)
|
||||
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
|
||||
set(CMAKE_POLICY_DEFAULT_CMP0079 NEW)
|
||||
set(CMAKE_POLICY_DEFAULT_CMP0148 OLD) # aws-sdk-cpp uses FindPythonInterp
|
||||
|
||||
enable_testing()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue