Skip to content

Commit af77ee7

Browse files
committed
set cmake policy version minimum to 3.5
1 parent 1a3203b commit af77ee7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ RUN cmake \
104104
-DGTSAM_BUILD_PYTHON=ON \
105105
-DGTSAM_BUILD_CONVENIENCE_LIBRARIES=OFF \
106106
-DGTSAM_PYTHON_VERSION=${PYTHON_VERSION} \
107+
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
107108
..
108109

109110
# Make install and clean up

0 commit comments

Comments
 (0)