mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 23:53:54 -07:00
Possibly fix #1598
This commit is contained in:
parent
7e6972a358
commit
25d77fb64a
4 changed files with 14 additions and 5 deletions
|
|
@ -19,6 +19,10 @@ if(POLICY CMP0048)
|
|||
cmake_policy(SET CMP0048 OLD)
|
||||
endif()
|
||||
|
||||
if(POLICY CMP0064)
|
||||
cmake_policy(SET CMP0064 OLD)
|
||||
endif()
|
||||
|
||||
set(PROJECT_NAME "Cockatrice")
|
||||
|
||||
# Default to "Release" build type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue