CMake: Don't use subprojects in GUI subfolders

This commit is contained in:
Vladimir Golovnev (Glassez) 2020-05-02 15:06:12 +03:00
parent ace8a093d2
commit eeae308c29
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7
8 changed files with 81 additions and 108 deletions

View file

@ -7,7 +7,7 @@ if (POLICY CMP0074)
endif()
# TODO: fix the macOS bundle stuff
if(POLICY CMP0080)
if (POLICY CMP0080)
cmake_policy(SET CMP0080 OLD)
endif()