From 2ca6e4935d24592e76bc6a6345fee88b5108bd4d Mon Sep 17 00:00:00 2001 From: Michael Reuter <reuterma@ornl.gov> Date: Fri, 7 Jan 2011 15:13:48 +0000 Subject: [PATCH] Putting Vates directory back into build. This refs #1881. --- Code/Mantid/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/CMakeLists.txt b/Code/Mantid/CMakeLists.txt index febaa5f0088..e10c9d30504 100644 --- a/Code/Mantid/CMakeLists.txt +++ b/Code/Mantid/CMakeLists.txt @@ -48,5 +48,5 @@ set ( MAKE_VATES OFF CACHE BOOL "Switch for compiling the Vates project") set ( CXXTEST_SINGLE_LOGFILE CACHE BOOL "Switch to have the tests for each package run together") if ( MAKE_VATES ) -# add_subdirectory ( Vates ) + add_subdirectory ( Vates ) endif ( MAKE_VATES ) -- GitLab