mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Integrated changes for framework
Pdm fields can contain a forward declared Pdm object without the include file VizFwk: Added VertexColoring shader to be able to use per vertex color used from drawableGeo::setColorArray()
This commit is contained in:
@@ -69,7 +69,11 @@ if (MSVC)
|
||||
|
||||
# Setup the our STRICT compile flags
|
||||
# These are the flags we would like to use on all of our own libraries
|
||||
set(CEE_STRICT_CXX_FLAGS "${CEE_BASE_CXX_FLAGS} /Wall")
|
||||
if (${MSVC_VERSION} LESS 1600)
|
||||
set(CEE_STRICT_CXX_FLAGS "${CEE_BASE_CXX_FLAGS} /W4")
|
||||
elseif()
|
||||
set(CEE_STRICT_CXX_FLAGS "${CEE_BASE_CXX_FLAGS} /Wall")
|
||||
endif()
|
||||
|
||||
# Must add base warning level after setting up strict
|
||||
set(CEE_BASE_CXX_FLAGS "${CEE_BASE_CXX_FLAGS} /W3")
|
||||
|
||||
Reference in New Issue
Block a user