Skip to content

Commit

Permalink
Merge branch 'codac2_capd' of github.com:codac-team/codac into codac2…
Browse files Browse the repository at this point in the history
…_capd
  • Loading branch information
SimonRohou committed Jan 17, 2025
2 parents 13e6b99 + 2e85b9c commit 8cbcfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
find_library(CODAC_CAPD_LIBRARY NAMES ${PROJECT_NAME}-capd
PATH_SUFFIXES lib)
set(CODAC_LIBRARIES \${CODAC_LIBRARIES} \${CODAC_CAPD_LIBRARY} capd::capd)
set(CODAC_LIBRARIES \${CODAC_LIBRARIES} \${CODAC_CAPD_LIBRARY} capd::capd \${CODAC_GRAPHICS_LIBRARY})
")

endif()
Expand Down

0 comments on commit 8cbcfe9

Please sign in to comment.