Skip to content

Commit dc434a7

Browse files
committed
Use more portable form for running configure
1 parent 427f894 commit dc434a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ elseif("${sat_impl}" STREQUAL "ipasir-cadical")
142142
download_project(PROJ cadical
143143
URL https://github.com/arminbiere/cadical/archive/rel-1.4.1.tar.gz
144144
PATCH_COMMAND true
145-
COMMAND CXX=${CMAKE_CXX_COMPILER} ./configure -O3 -s CXXFLAGS=-std=c++14
145+
COMMAND ./configure -O3 -s CXX=${CMAKE_CXX_COMPILER} CXXFLAGS=-std=c++14
146146
URL_MD5 b44874501a175106424f4bd5de29aa59
147147
)
148148

0 commit comments

Comments
 (0)