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

Fixed linker error.

parent f93bcffd
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ IF (Shapelib_FOUND) ...@@ -107,7 +107,7 @@ IF (Shapelib_FOUND)
ENDIF () # Shapelib_FOUND ENDIF () # Shapelib_FOUND
IF (libgeotiff_FOUND) IF (libgeotiff_FOUND)
TARGET_LINK_LIBRARIES( ogs-gui ${libgeotiff_LIBRARIES} ) TARGET_LINK_LIBRARIES( ogs-gui ${libgeotiff_LIBRARIES} ${libtiff_LIBRARIES} )
ENDIF () # libgeotiff_FOUND ENDIF () # libgeotiff_FOUND
ADD_DEPENDENCIES ( ogs-gui VtkVis OGSProject ) ADD_DEPENDENCIES ( ogs-gui VtkVis OGSProject )
......
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