1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Index: cgnslib_3.1/CMakeLists.txt
===================================================================
--- cgnslib_3.1.orig/CMakeLists.txt 2011-04-13 00:39:35.000000000 +0200
+++ cgnslib_3.1/CMakeLists.txt 2011-04-13 00:39:49.000000000 +0200
@@ -269,6 +269,11 @@
# which point to directories outside the build tree to the install RPATH
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
+ENABLE_64BIT:BOOL=OFF
+ENABLE_HDF5:BOOL=ON
+ENABLE_LEGACY:BOOL=ON
+ENABLE_SCOPING:BOOL=ON
+
########
# CGNS #
########
|