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

Update Dependencies.cmake (follow-up on !3494)

parent 6dc675f1
No related branches found
No related tags found
No related merge requests found
...@@ -270,7 +270,7 @@ if(OGS_BUILD_GUI) ...@@ -270,7 +270,7 @@ if(OGS_BUILD_GUI)
EXCLUDE_FROM_ALL YES EXCLUDE_FROM_ALL YES
) )
if(shapelib_ADDED) if(shapelib_ADDED)
target_include_directories(shp INTERFACE ${shapelib_SOURCE_DIR}) target_include_directories(shp INTERFACE $<BUILD_INTERFACE:${shapelib_SOURCE_DIR}>)
endif() endif()
endif() 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