]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Add CMake option to disable CUDA explicitly
authorGuytri KASTANE <guytri.kastane@cea.fr>
Thu, 9 Nov 2023 10:42:39 +0000 (11:42 +0100)
committerGuytri KASTANE <guytri.kastane@cea.fr>
Mon, 22 Apr 2024 09:24:05 +0000 (11:24 +0200)
products/compil_scripts/URANIE-4.7.0.sh

index bbf720dad9239698010c33ee3eaa54ebb32d2aa5..82e18453047ff63f903e2d110a44ff1fdc5e74ec 100755 (executable)
@@ -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