Merge pull request #102 from daleglass-overte/update-cmp0074

Change cmake policy CMP0074 to NEW
This commit is contained in:
Dale Glass 2022-07-02 21:19:40 +02:00 committed by GitHub
commit 1100c42794
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)