This commit is contained in:
tooomm
2026-07-24 22:50:37 +02:00
parent 4cb5eb31e2
commit a253d0344a
-3
View File
@@ -132,9 +132,6 @@ if [[ ! $BUILD_DIR ]]; then
fi
# TODO check BUILD_DIR logic
# Set minimum CMake Version
export CMAKE_POLICY_VERSION_MINIMUM=3.10
# Add CMake flags
flags=("-DCMAKE_BUILD_TYPE=$BUILDTYPE")
if [[ $MAKE_SERVER ]]; then