Windows: suppress Cmake warnings
This commit is contained in:
parent
a60d97e956
commit
8b0afae997
@ -21,6 +21,9 @@ PROJECT(SalomeNETGENPLUGIN C CXX)
|
|||||||
|
|
||||||
# Ensure a proper linker behavior:
|
# Ensure a proper linker behavior:
|
||||||
CMAKE_POLICY(SET CMP0003 NEW)
|
CMAKE_POLICY(SET CMP0003 NEW)
|
||||||
|
IF(WIN32)
|
||||||
|
CMAKE_POLICY(SET CMP0020 OLD) # disable automatic linking to qtmain.lib
|
||||||
|
ENDIF(WIN32)
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
# ===========
|
# ===========
|
||||||
|
Loading…
x
Reference in New Issue
Block a user