Skip to content

Commit

Permalink
Do not include cadical in libsmt-switch-btor.a
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne committed Jul 1, 2024
1 parent 2da835b commit d0e6ed7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion btor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ if (SMT_SWITCH_LIB_TYPE STREQUAL STATIC)
COMMAND
mkdir smt-switch-btor && cd smt-switch-btor && ar -x "../$<TARGET_FILE_NAME:smt-switch-btor>" && cd ../ &&
mkdir boolector && cd boolector && ar -x "${BTOR_HOME}/build/lib/libboolector.a" &&
ar -x "${BTOR_HOME}/deps/cadical/build/libcadical.a" &&
ar -x "${BTOR_HOME}/deps/btor2tools/build/lib/libbtor2parser.a" && cd ../ &&
ar -qc "$<TARGET_FILE_NAME:smt-switch-btor>" ./boolector/*.o ./smt-switch-btor/*.o &&
# now clean up
Expand Down

0 comments on commit d0e6ed7

Please sign in to comment.