mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Remove CMake warnings: set-up cmake policies globally in SalomeMacros.cmake
This commit is contained in:
parent
0fc0831670
commit
94ef875259
@ -21,12 +21,6 @@ PROJECT(SalomeSMESH C CXX)
|
||||
|
||||
INCLUDE(CMakeDependentOption)
|
||||
|
||||
# Ensure a proper linker behavior:
|
||||
CMAKE_POLICY(SET CMP0003 NEW)
|
||||
IF(WIN32)
|
||||
CMAKE_POLICY(SET CMP0020 OLD) # disable automatic linking to qtmain.lib
|
||||
ENDIF(WIN32)
|
||||
|
||||
# Versioning
|
||||
# ===========
|
||||
# Project name, upper case
|
||||
|
Loading…
Reference in New Issue
Block a user