mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-05 20:51:25 -07:00
CMake: Don't use subprojects in GUI subfolders
This commit is contained in:
parent
ace8a093d2
commit
eeae308c29
8 changed files with 81 additions and 108 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue