Skip to content

Commit

Permalink
Fix cvc5 header location
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne committed Oct 6, 2023
1 parent 8fe0d4a commit 864a81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvc5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ target_include_directories (smt-switch-cvc5 PUBLIC "${PROJECT_SOURCE_DIR}/includ
target_include_directories (smt-switch-cvc5 PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
target_include_directories (smt-switch-cvc5 PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/cvc5/include")
target_include_directories (smt-switch-cvc5 PUBLIC "${CVC5_HOME}/src")
target_include_directories (smt-switch-cvc5 PUBLIC "${CVC5_HOME}/src/include")
target_include_directories (smt-switch-cvc5 PUBLIC "${CVC5_HOME}/include")
# TEMP only until the internal kinds are no longer part of public API
target_include_directories (smt-switch-cvc5 PUBLIC "${CVC5_HOME}/build/src")
target_include_directories (smt-switch-cvc5 PUBLIC ${GMP_INCLUDE_DIR})
Expand Down

0 comments on commit 864a81a

Please sign in to comment.