Skip to content
Snippets Groups Projects
Commit 063b8b0d authored by pospelov's avatar pospelov
Browse files

Another fix for cmake on App server

parent 7dc3d8cc
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,8 @@ ADD_CUSTOM_COMMAND( ...@@ -44,7 +44,8 @@ ADD_CUSTOM_COMMAND(
set(${library_name}_INCLUDE_DIRS ${include_dirs} PARENT_SCOPE) set(${library_name}_INCLUDE_DIRS ${include_dirs} PARENT_SCOPE)
set(${library_name}_LIBRARY ${library_name} PARENT_SCOPE) set(${library_name}_LIBRARY ${library_name} PARENT_SCOPE)
#set(CMAKE_SHARED_LINKER_FLAGS "") # dependencies
target_link_libraries(${library_name} ${GSL_LIBRARIES})
# ----------------------------------------------- # -----------------------------------------------
# installation # installation
......
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