Skip to content

Commit

Permalink
[cmake] removing some item in CODAC_LIBRARIES
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRohou committed Jan 21, 2025
1 parent e5a81a8 commit 61d7b1c
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 @@ -110,7 +110,7 @@
find_library(CODAC_CAPD_LIBRARY NAMES ${PROJECT_NAME}-capd
PATH_SUFFIXES lib)
set(CODAC_LIBRARIES \${CODAC_LIBRARIES} \${CODAC_CAPD_LIBRARY} capd::capd \${CODAC_GRAPHICS_LIBRARY})
set(CODAC_LIBRARIES \${CODAC_LIBRARIES} \${CODAC_CAPD_LIBRARY} capd::capd)
")

endif()
Expand Down

0 comments on commit 61d7b1c

Please sign in to comment.