mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-03 15:40:34 +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)
|
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
|
# Versioning
|
||||||
# ===========
|
# ===========
|
||||||
# Project name, upper case
|
# Project name, upper case
|
||||||
|
Loading…
Reference in New Issue
Block a user