forked from lthn/blockchain
Set CMake policy CMP0091 to NEW in CMakeLists.txt
This commit is contained in:
parent
e3dfe68ec8
commit
5e52b9a5a5
1 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,9 @@ endif()
|
|||
if(POLICY CMP0043)
|
||||
cmake_policy(SET CMP0074 NEW)
|
||||
endif()
|
||||
if(POLICY CMP0091)
|
||||
cmake_policy(SET CMP0091 NEW)
|
||||
endif()
|
||||
if(POLICY CMP0144)
|
||||
cmake_policy(SET CMP0144 NEW)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue