X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2Fcompil_scripts%2Fsolvespace-2.1.sh;h=18a9c5b39401fe5e75d6664e844c5566ef918a36;hb=dbf54ac30222b3b9746ec050ca6c4b2cd36b80fe;hp=c16efce6be51a16353495ae781c6a435cab99e65;hpb=298f0f1f3babde4391646eecad9c63ec2f3f46c2;p=tools%2Fsat_salome.git diff --git a/products/compil_scripts/solvespace-2.1.sh b/products/compil_scripts/solvespace-2.1.sh index c16efce..18a9c5b 100755 --- a/products/compil_scripts/solvespace-2.1.sh +++ b/products/compil_scripts/solvespace-2.1.sh @@ -8,9 +8,9 @@ echo "########################################################################## CMAKE_OPTIONS="" -CMAKE_OPTIONS=$CMAKE_OPTIONS" -DCMAKE_INSTALL_PREFIX:STRING=${PRODUCT_INSTALL}" -CMAKE_OPTIONS=$CMAKE_OPTIONS" -DCMAKE_BUILD_TYPE:STRING=Release" -CMAKE_OPTIONS=$CMAKE_OPTIONS" -DONLY_LIB=ON" +CMAKE_OPTIONS+=" -DCMAKE_INSTALL_PREFIX:STRING=${PRODUCT_INSTALL}" +CMAKE_OPTIONS+=" -DCMAKE_BUILD_TYPE:STRING=Release" +CMAKE_OPTIONS+=" -DONLY_LIB=ON" echo '$SOURCE_DIR ' $SOURCE_DIR cmake $CMAKE_OPTIONS $SOURCE_DIR