cmake: system_deps build googletest
have to built it to have string_view support
This commit is contained in:
committed by
Corentin Le Molgat
parent
45261a00be
commit
b53c28a6ca
@@ -12,7 +12,7 @@ RUN pacman -Syu --noconfirm \
|
||||
coin-or-cbc coin-or-clp \
|
||||
glpk \
|
||||
scip \
|
||||
gtest benchmark
|
||||
benchmark
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "-c"]
|
||||
CMD [ "/bin/bash" ]
|
||||
|
||||
@@ -11,7 +11,8 @@ RUN cmake -S. -Bbuild -DBUILD_DEPS=OFF \
|
||||
-DUSE_COINOR=ON \
|
||||
-DUSE_GLPK=ON \
|
||||
-DUSE_HIGHS=OFF \
|
||||
-DUSE_SCIP=ON
|
||||
-DUSE_SCIP=ON \
|
||||
-DBUILD_googletest=ON
|
||||
RUN cmake --build build --target all -v
|
||||
RUN cmake --build build --target install
|
||||
|
||||
|
||||
@@ -15,7 +15,8 @@ RUN cmake -S. -Bbuild -DBUILD_DEPS=OFF \
|
||||
-DUSE_HIGHS=OFF \
|
||||
-DUSE_SCIP=ON \
|
||||
-DBUILD_DOTNET=ON \
|
||||
-DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF
|
||||
-DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF \
|
||||
-DBUILD_googletest=ON
|
||||
RUN cmake --build build --target all -v
|
||||
RUN cmake --build build --target install
|
||||
|
||||
|
||||
@@ -14,7 +14,8 @@ RUN cmake -S. -Bbuild -DBUILD_DEPS=OFF \
|
||||
-DUSE_HIGHS=OFF \
|
||||
-DUSE_SCIP=ON \
|
||||
-DBUILD_JAVA=ON -DSKIP_GPG=ON \
|
||||
-DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF
|
||||
-DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF \
|
||||
-DBUILD_googletest=ON
|
||||
RUN cmake --build build --target all -v
|
||||
RUN cmake --build build --target install
|
||||
|
||||
|
||||
@@ -23,7 +23,8 @@ RUN cmake -S. -Bbuild -DBUILD_DEPS=OFF \
|
||||
-DUSE_HIGHS=OFF \
|
||||
-DUSE_SCIP=ON \
|
||||
-DBUILD_PYTHON=ON \
|
||||
-DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF
|
||||
-DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF \
|
||||
-DBUILD_googletest=ON
|
||||
RUN cmake --build build --target all -v
|
||||
RUN cmake --build build --target install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user