Skip to content

Commit

Permalink
Fix build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Feb 22, 2020
1 parent 3d7c630 commit 3453a13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ if (SEARCH_ORCANIA_R)
set(ORCANIA_LIBRARIES orcania)
include_directories(${orcania_BINARY_DIR})
endif ()
set(LIBS ${LIBS} ${ORCANIA_LIBRARIES})
target_link_libraries(rhonabwy ${LIBS} ${ORCANIA_LIBRARIES})
endif ()

option(SEARCH_YDER_R "Search for YDER library" ON)
Expand All @@ -164,7 +164,7 @@ if (SEARCH_YDER_R)
set(YDER_LIBRARIES yder)
include_directories(${yder_BINARY_DIR})
endif ()
set(LIBS ${LIBS} ${YDER_LIBRARIES})
target_link_libraries(rhonabwy ${LIBS} ${YDER_LIBRARIES})
endif ()

option(SEARCH_ULFIUS_R "Search for ULFIUS library" ON)
Expand All @@ -188,7 +188,7 @@ if (SEARCH_ULFIUS_R)
set(ULFIUS_LIBRARIES ulfius)
include_directories(${ulfius_BINARY_DIR})
endif ()
set(LIBS ${LIBS} ${ULFIUS_LIBRARIES})
target_link_libraries(rhonabwy ${LIBS} ${ULFIUS_LIBRARIES})
endif ()

# documentation
Expand Down

0 comments on commit 3453a13

Please sign in to comment.