From eb8b905ff1371ce779438629e3803f7790e21add Mon Sep 17 00:00:00 2001 From: Rossen Apostolov Date: Mon, 8 Nov 2010 20:16:09 +0100 Subject: [PATCH] Reverting back GMX_DLOPEN to default ON --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a5f33217a6..fe25bcf4e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,7 +108,7 @@ mark_as_advanced(GMX_BROKEN_CALLOC) option(BUILD_SHARED_LIBS "Enable shared libraries (can be problematic with MPI, Windows)" ${SHARED_LIBS_DEFAULT}) option(GMX_MPI_IN_PLACE "Enable MPI_IN_PLACE for MPIs that have it defined" ON) mark_as_advanced(GMX_MPI_IN_PLACE) -option(GMX_DLOPEN "Compile with dlopen, needed to read VMD supported file formats" OFF) +option(GMX_DLOPEN "Compile with dlopen, needed to read VMD supported file formats" ON) mark_as_advanced(GMX_DLOPEN) -- 2.22.0