Skip to content
Snippets Groups Projects
Commit 3a418a36 authored by Lars Bilke's avatar Lars Bilke
Browse files

Added missing definition for MSVC.

parent e1e0274b
No related branches found
No related tags found
No related merge requests found
if(MSVC)
add_definitions(-DVTKGUISUPPORTQT_STATIC_DEFINE)
endif()
if(VTKFBXCONVERTER_FOUND)
add_definitions(-DVTKFBXCONVERTER_FOUND)
include_directories(${VTKFBXCONVERTER_INCLUDE_DIRS})
......
......@@ -141,7 +141,7 @@ endif()
find_package(Shapelib)
if(Shapelib_FOUND)
include_directories(${Shapelib_INCLUDE_DIRS})
include_directories(SYSTEM ${Shapelib_INCLUDE_DIRS})
elseif(OGS_BUILD_GUI)
message(FATAL_ERROR "Shapelib not found but it is required for OGS_BUILD_GUI!")
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment