From: Guytri KASTANE Date: Thu, 9 Nov 2023 10:42:39 +0000 (+0100) Subject: Add CMake option to disable CUDA explicitly X-Git-Tag: V9_12_0~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fgk782450%2Furanie_explicit_disable_cuda;p=tools%2Fsat_salome.git Add CMake option to disable CUDA explicitly --- diff --git a/products/compil_scripts/URANIE-4.7.0.sh b/products/compil_scripts/URANIE-4.7.0.sh index bbf720d..82e1845 100755 --- a/products/compil_scripts/URANIE-4.7.0.sh +++ b/products/compil_scripts/URANIE-4.7.0.sh @@ -10,6 +10,7 @@ CMAKE_OPTIONS+=" -DCMAKE_BUILD_TYPE:STRING=Release" CMAKE_OPTIONS+=" -DWITH-OPT++:BOOL=ON" CMAKE_OPTIONS+=" -DWITH-JSONCPP:BOOL=ON" CMAKE_OPTIONS+=" -D--enable-doc:BOOL=ON" +CMAKE_OPTIONS+=" -D--disable-cuda:BOOL=ON" rm -rf $BUILD_DIR mkdir -p $BUILD_DIR