Skip to content

Commit

Permalink
A few more changes in the patch for CaDiCaL.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyignatiev committed Jul 7, 2020
1 parent 6b09c08 commit 3f86c28
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions solvers/patches/cadical.patch
Original file line number Diff line number Diff line change
Expand Up @@ -388,3 +388,15 @@ diff -Naur build/solvers/cadical/signal.cpp solvers/cadical/signal.cpp
}

}
diff -Naur build/solvers/cadical/version.cpp solvers/cadical/version.cpp
--- build/solvers/cadical/version.cpp 2019-07-12 22:22:02.000000000 +0200
+++ solvers/cadical/version.cpp 2019-12-02 08:41:16.375326400 +0100
@@ -5,7 +5,7 @@
// defining '-DNBUILD'. Then we try to guess part of the configuration.

#ifndef NBUILD
-#include <build.hpp>
+#include "build.hpp"
#endif

/*------------------------------------------------------------------------*/

0 comments on commit 3f86c28

Please sign in to comment.