mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
CMake : Improve handling of compiler flags (#8486)
#8478 Code cleanup to fix some warnings Several adjustments to improve the specification and usage of compile flags.
This commit is contained in:
4
ThirdParty/clipper/CMakeLists.txt
vendored
4
ThirdParty/clipper/CMakeLists.txt
vendored
@@ -1,5 +1,9 @@
|
||||
cmake_minimum_required (VERSION 2.8.12)
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated-copy")
|
||||
endif()
|
||||
|
||||
project (clipper)
|
||||
|
||||
set(project_source_files
|
||||
|
||||
Reference in New Issue
Block a user