Skip to content

Commit

Permalink
Fixing location of cadiback header
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Apr 11, 2024
1 parent fd5ae89 commit 0d7abac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ add_sanitize_flags()

include_directories(${CMAKE_CURRENT_BINARY_DIR})
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
include_directories(${CMAKE_SOURCE_DIR}/../cadiback)

if (ENABLE_TESTING)
add_definitions( -DCMS_TESTING_ENABLED )
Expand Down
2 changes: 1 addition & 1 deletion src/backbone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ THE SOFTWARE.
***********************************************/

#include "solver.h"
#include "../../cadiback/cadiback.h"
#include "cadiback.h"

using namespace CMSat;

Expand Down

0 comments on commit 0d7abac

Please sign in to comment.