mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-12 18:29:04 +00:00
Changed: CMake policy CMP0005 will be removed soon so don't use it
--HG-- branch : develop
This commit is contained in:
parent
8acaa65e04
commit
30c6a7a935
1 changed files with 0 additions and 4 deletions
|
@ -28,10 +28,6 @@ IF(COMMAND cmake_policy)
|
|||
# have absolute paths (e.g. -lpthread)
|
||||
cmake_policy(SET CMP0003 NEW)
|
||||
|
||||
# Works around warnings about escaped quotes in ADD_DEFINITIONS
|
||||
# statements
|
||||
cmake_policy(SET CMP0005 OLD)
|
||||
|
||||
# allow to link to qtmain automatically under Windows
|
||||
IF(POLICY CMP0020)
|
||||
CMAKE_POLICY(SET CMP0020 NEW)
|
||||
|
|
Loading…
Reference in a new issue