We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82cad3 commit fe978e9Copy full SHA for fe978e9
1 file changed
build_occt.sh
@@ -12,13 +12,16 @@ then
12
cd ..
13
fi
14
15
+export INSTALL_DIR=`pwd`/dist/occt-7.2.0
16
+
17
mkdir -p build_linux
18
cd build_linux
19
export CCACHE_SLOPPINESS="pch_defines;time_macros"
20
-cmake -DINSTALL_DIR:STRING="../dist/occt-7.2.0" \
21
+cmake -DINSTALL_DIR:STRING="${INSTALL_DIR}" \
22
-DCMAKE_SUPPRESS_REGENERATION:BOOL=ON \
23
-DBUILD_USE_PCH:BOOLEAN=ON \
24
+ -DUSE_TBB:BOOLEAN=ON \
25
-DBUILD_SHARED_LIBS:BOOL=OFF \
26
-DBUILD_TESTING:BOOLEAN=OFF \
27
-DBUILD_MODULE_ApplicationFramework:BOOLEAN=OFF \
0 commit comments