mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:51:20 +02: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 ()
|
endif ()
|
||||||
|
|
||||||
if (POLICY CMP0074)
|
if (POLICY CMP0074)
|
||||||
cmake_policy(SET CMP0074 OLD)
|
cmake_policy(SET CMP0074 NEW)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
||||||
|
|
Loading…
Reference in a new issue