From d91fa87dd8225acaff47197c9df4629f149b2b80 Mon Sep 17 00:00:00 2001 From: dushyant basson <39452934+dushyant-basson@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:04:20 +0530 Subject: [PATCH] update --- generate.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 generate.sh diff --git a/generate.sh b/generate.sh deleted file mode 100755 index 13f0135d05..0000000000 --- a/generate.sh +++ /dev/null @@ -1,16 +0,0 @@ -cmake ../cmake \ - -DPYTHON_EXECUTABLE=/opt/homebrew/bin/python3 \ - -DPYTHON_LIBRARY=/opt/homebrew/Frameworks/Python.framework/Versions/3.11/lib/libpython3.11.dylib \ - -DPYTHON_INCLUDE_DIR=/opt/homebrew/Frameworks/Python.framework/Versions/3.11/include/python3.11/ \ - -DOCC_LIBRARY_DIR=/opt/homebrew/Cellar/opencascade/7.7.2_1/lib/ \ - -DOCC_INCLUDE_DIR=/opt/homebrew/Cellar/opencascade/7.7.2_1/include/opencascade/ \ - -DCGAL_INCLUDE_DIR=/opt/homebrew/include/ \ - -DGMP_LIBRARY_DIR=/opt/homebrew/lib/ \ - -DMPFR_LIBRARY_DIR=/opt/homebrew/lib/ \ - -DHDF5_LIBRARY_DIR=/opt/homebrew/lib/ \ - -DHDF5_INCLUDE_DIR=/opt/homebrew/include/ \ - -DCOLLADA_SUPPORT=OFF \ - -DBUILD_QTVIEWER=ON \ - -DQT_DIR=/opt/homebrew/Cellar/qt/6.5.1_2 \ - -DOSG_DIR=/opt/homebrew/Cellar/open-scene-graph/3.6.5_2 \ - -DCMAKE_EXPORT_COMPILE_COMMANDS=true