File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ message(STATUS "Building solvers with cadical")
69
69
download_project(PROJ cadical
70
70
URL https://github.com/arminbiere/cadical/archive/rel-1.4.1.tar.gz
71
71
PATCH_COMMAND true
72
- COMMAND CXX= ${CMAKE_CXX_COMPILER} ./configure -O3 -s CXXFLAGS=-std=c++14
72
+ COMMAND ./configure -O3 -s CXX= ${CMAKE_CXX_COMPILER} CXXFLAGS=-std=c++14
73
73
URL_MD5 b44874501a175106424f4bd5de29aa59
74
74
)
75
75
@@ -142,7 +142,7 @@ elseif("${sat_impl}" STREQUAL "ipasir-cadical")
142
142
download_project(PROJ cadical
143
143
URL https://github.com/arminbiere/cadical/archive/rel-1.4.1.tar.gz
144
144
PATCH_COMMAND true
145
- COMMAND ./configure -O3 -s CXX= ${CMAKE_CXX_COMPILER} CXXFLAGS=-std=c++14
145
+ COMMAND CXX= ${CMAKE_CXX_COMPILER} ./configure -O3 -s CXXFLAGS=-std=c++14
146
146
URL_MD5 b44874501a175106424f4bd5de29aa59
147
147
)
148
148
You can’t perform that action at this time.
0 commit comments