From 08e18ffa1adfff93ef0a4d75a13a7ee1f98a0d8f Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Wed, 12 Feb 2014 09:11:58 +0100 Subject: [PATCH] Enable TNG builds on Windows by default. With the latest version of TNG the problems encountered on Windows should be fixed. Change-Id: I52d7fd609d086ba4abe4eb8cd95337a58ee35641 --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61eb7d20a6..c2eb723220 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -777,13 +777,6 @@ else() endif () endif() -# TODO The Windows builds are still broken (we are avoiding some -# unknown bug, perhaps with checkpointing?), because defaulting to -# .tng output leads to calling null-op implementation functions, so -# regressiontests will fail on Windows at the post-mdrun stages. We -# can fix this during the 5.0 beta phase. -gmx_add_cache_dependency(GMX_USE_TNG BOOL "NOT GMX_NATIVE_WINDOWS" OFF) - if(GMX_USE_TNG) find_package(ZLIB) set(TNG_BUILD_FORTRAN OFF CACHE BOOL "Build Fortran compatible TNG library and examples for testing") -- 2.22.0