From 97e38730c18666b5fd4b87f2dbee5df1fdcec97a Mon Sep 17 00:00:00 2001 From: Dimitre Date: Tue, 17 Dec 2024 00:43:44 -0300 Subject: [PATCH] opencv remove commented out lines --- apothecary/formulas/opencv/opencv.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/apothecary/formulas/opencv/opencv.sh b/apothecary/formulas/opencv/opencv.sh index 3e9572e04..ce3d9df83 100644 --- a/apothecary/formulas/opencv/opencv.sh +++ b/apothecary/formulas/opencv/opencv.sh @@ -534,8 +534,6 @@ function build() { -DCMAKE_C_STANDARD=${C_STANDARD} \ -DCMAKE_CXX_STANDARD=${CPP_STANDARD} \ -DCMAKE_CXX_STANDARD_REQUIRED=ON \ - # -DCMAKE_CXX_FLAGS="-I/${EMSDK}/upstream/emscripten/system/lib/libcxxabi/include/ -msimd128 ${FLAG_RELEASE}" \ - # -DCMAKE_C_FLAGS="-I/${EMSDK}/upstream/emscripten/system/lib/libcxxabi/include/ -msimd128 ${FLAG_RELEASE}" \ -DCMAKE_CXX_FLAGS="-I/${EMSDK}/upstream/emscripten/system/lib/libcxxabi/include/ ${FLAG_RELEASE}" \ -DCMAKE_C_FLAGS="-I/${EMSDK}/upstream/emscripten/system/lib/libcxxabi/include/ ${FLAG_RELEASE}" \ -DCMAKE_CXX_EXTENSIONS=OFF \