Skip to content

Commit 56a3ee3

Browse files
committed
Pass CXX configuration to CaDiCaL configure
With Makefile-based builds, we rely on CaDiCaL's configure to produce an appropriate build script.
1 parent 6c35aef commit 56a3ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ cadical-download:
195195
@rm -Rf ../cadical
196196
@mv cadical-$(cadical_release) ../cadical
197197
@(cd ../cadical; patch -p1 < ../scripts/cadical-1.7.2-patch)
198-
@(cd ../cadical && ./configure)
198+
@(cd ../cadical && ./configure CXX="$(CXX)")
199199
# Need to rename VERSION so that it isn't picked up by `#include<version>` on
200200
# macOS which is case insensitive
201201
@(cd ../cadical && mv VERSION VERSION.txt)

0 commit comments

Comments
 (0)