mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Remove CMake warnings: set-up cmake policies globally in SalomeMacros.cmake
This commit is contained in:
parent
df260abc61
commit
1c03b6900c
@ -21,12 +21,6 @@ INCLUDE(CMakeDependentOption)
|
||||
|
||||
PROJECT(SalomeGEOM C CXX)
|
||||
|
||||
# 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