Enable TNG builds on Windows by default.
authorMagnus Lundborg <lundborg.magnus@gmail.com>
Wed, 12 Feb 2014 08:11:58 +0000 (09:11 +0100)
committerMagnus Lundborg <lundborg.magnus@gmail.com>
Wed, 12 Feb 2014 09:55:31 +0000 (10:55 +0100)
With the latest version of TNG the problems encountered on
Windows should be fixed.

Change-Id: I52d7fd609d086ba4abe4eb8cd95337a58ee35641

CMakeLists.txt

index 61eb7d20a60ba4509042ef488a3bca1cee4bcccf..c2eb72322098058307c0e67fcdefd02654496c38 100644 (file)
@@ -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")