mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
Cmake: remove old unneeded POLICIES (fix Appveyor) (#2859)
This commit is contained in:
parent
a6d3229e74
commit
ccee0aa3fd
4 changed files with 5 additions and 33 deletions
|
|
@ -111,9 +111,6 @@ ENDIF()
|
|||
# Build oracle binary and link it
|
||||
ADD_EXECUTABLE(oracle WIN32 MACOSX_BUNDLE ${oracle_SOURCES} ${oracle_QM} ${oracle_RESOURCES_RCC} ${oracle_MOC_SRCS})
|
||||
|
||||
if(MSVC)
|
||||
TARGET_LINK_LIBRARIES(oracle Qt5::WinMain)
|
||||
endif()
|
||||
qt5_use_modules(oracle ${ORACLE_LIBS})
|
||||
|
||||
IF(ZLIB_FOUND)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue