Skip to content

Commit

Permalink
Do not install CaDiCaL static library (cvc5#10642)
Browse files Browse the repository at this point in the history
We always link the CaDiCaL library statically, so there is no need to install it along cvc5.
  • Loading branch information
daniel-larraz authored Apr 17, 2024
1 parent 304125b commit 5b16cf5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/FindCaDiCaL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,4 @@ if(CaDiCaL_FOUND_SYSTEM)
else()
message(STATUS "Building CaDiCaL ${CaDiCaL_VERSION}: ${CaDiCaL_LIBRARIES}")
add_dependencies(CaDiCaL CaDiCaL-EP)
install(FILES
${CaDiCaL_LIBRARIES}
DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
endif()

0 comments on commit 5b16cf5

Please sign in to comment.