Skip to content

Commit ae2c300

Browse files
pcaspersjenkins
authored andcommitted
switch on build doc again
1 parent 1a847a2 commit ae2c300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docker/Dockerfile-ORE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN cd /ore \
2828
&& find -regex ".*\.\(sh\|in\|ac\|am\)" -exec dos2unix {} ';' \
2929
&& cp Docker/CMakeLists_ORE.txt CMakeLists.txt \
3030
&& mkdir -p build.ore && cd build.ore \
31-
&& cmake .. -DQL_USE_PCH=OFF -DORE_BUILD_DOC=OFF -DCMAKE_BUILD_TYPE=${cmake_build_type} -DCMAKE_CXX_FLAGS="-mavx2" -DORE_ENABLE_PARALLEL_UNIT_TEST_RUNNER=ON -DORE_USE_ZLIB=ON -D ORE_ENABLE_OPENCL=ON
31+
&& cmake .. -DQL_USE_PCH=OFF -DORE_BUILD_DOC=ON -DCMAKE_BUILD_TYPE=${cmake_build_type} -DCMAKE_CXX_FLAGS="-mavx2" -DORE_ENABLE_PARALLEL_UNIT_TEST_RUNNER=ON -DORE_USE_ZLIB=ON -D ORE_ENABLE_OPENCL=ON
3232

3333
WORKDIR /ore/build.ore
3434
RUN --mount=type=cache,target=/ccache/ ccache -z \

0 commit comments

Comments
 (0)