makeCGAL: Updated to handle older operating systems

which name the 64bit library directory lib rather than lib64

Resolves bug report https://bugs.openfoam.org/view.php?id=2657
This commit is contained in:
Henry Weller
2017-08-11 00:09:47 +01:00
parent 0d8fc2a63c
commit c29f733925
2 changed files with 3 additions and 2 deletions

View File

@ -274,6 +274,7 @@ CMAKE_OPTIONS
-DCMAKE_INSTALL_PREFIX=$CGAL_ARCH_PATH \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_CGAL_Qt5=OFF \
-DCGAL_INSTALL_LIB_DIR=lib$WM_COMPILER_LIB_ARCH \
$configBoost $configGmpMpfr \
$CGAL_SOURCE_DIR \
&& make -j $WM_NCOMPPROCS \