Skip to content

Commit

Permalink
Fixing cryptominisat libraries location
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 21, 2016
1 parent c5e2b54 commit 9b9021b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ if (USE_CRYPTOMINISAT)
if (NOT BUILD_SHARED_LIBS)
set(libstp_link_libs
${libstp_link_libs}
/usr/local/lib/${CRYPTOMINISAT5_STATIC_LIBRARIES}
${CRYPTOMINISAT5_STATIC_LIBRARIES}
${CRYPTOMINISAT5_STATIC_LIBRARIES_DEPS})
else()
set(libstp_link_libs
Expand Down

0 comments on commit 9b9021b

Please sign in to comment.