try if it breaks anything

This commit is contained in:
Dengke Tang
2023-02-27 15:38:45 -08:00
parent e815563996
commit 0caf8dba05
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -21,6 +21,7 @@ CMAKE_CONFIGURE = $(CMAKE) \
-DCMAKE_INSTALL_PREFIX=$(INT_DIR) \
-DBUILD_TESTING=OFF \
-DCMAKE_BUILD_TYPE=$(CMAKE_BUILD_TYPE) \
-DCMAKE_CXX_COMPILER_FORCED=True \
$(CMAKE_USE_OPENSSL) \
$(CMAKE_PREFIX_PATH)
CMAKE_BUILD = CMAKE_BUILD_PARALLEL_LEVEL='' $(CMAKE) --build