mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #102 from daleglass-overte/update-cmp0074
Change cmake policy CMP0074 to NEW
This commit is contained in:
commit
1100c42794
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if (POLICY CMP0042)
|
|||
endif ()
|
||||
|
||||
if (POLICY CMP0074)
|
||||
cmake_policy(SET CMP0074 OLD)
|
||||
cmake_policy(SET CMP0074 NEW)
|
||||
endif ()
|
||||
|
||||
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
||||
|
|
Loading…
Reference in a new issue