Skip to content

Commit

Permalink
correcting directory
Browse files Browse the repository at this point in the history
  • Loading branch information
arijitsh committed Jan 23, 2025
1 parent 7bd0f0f commit 67cf723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -479,11 +479,11 @@ option(NOCRYPTOMINISAT "Don't try to use cryptominisat" OFF)

if (NOT NOCRYPTOMINISAT)
find_library(cadiback
PATHS ${CMAKE_CURRENT_SOURCE_DIR}/../deps/cadiback/
PATHS ${CMAKE_CURRENT_SOURCE_DIR}/deps/cadiback/
NAMES cadiback
REQUIRED)
find_library(cadical
PATHS ${CMAKE_CURRENT_SOURCE_DIR}/../deps/cadical/build/
PATHS ${CMAKE_CURRENT_SOURCE_DIR}/deps/cadical/build/
NAMES cadical
REQUIRED)
if (cadical)
Expand Down

0 comments on commit 67cf723

Please sign in to comment.