Commit c772a9bc authored by Gaetano Raffaele's avatar Gaetano Raffaele
Browse files

Update CMakeLists.txt to explicitly link dependent libraries (fix unresolved...

Update CMakeLists.txt to explicitly link dependent libraries (fix unresolved externals when compiling OTB 7).
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -2,4 +2,4 @@ cmake_minimum_required (VERSION 2.8) ...@@ -2,4 +2,4 @@ cmake_minimum_required (VERSION 2.8)
OTB_CREATE_APPLICATION(NAME LSGRM OTB_CREATE_APPLICATION(NAME LSGRM
SOURCES otbLSGRM.cxx SOURCES otbLSGRM.cxx
LINK_LIBRARIES OTBCommon OTBGRM) LINK_LIBRARIES ${${otb-module}_LIBRARIES} OTBGRM)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment