From 85092b64413935ae06008450f665d91ccfc3db18 Mon Sep 17 00:00:00 2001 From: Astonex Date: Thu, 8 Aug 2013 21:58:54 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a5e1196b..c0fea1a1 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,4 +53,6 @@ add_subdirectory(core) add_subdirectory(testing) add_subdirectory(other) add_subdirectory(docs) -add_subdirectory(auto_tests) +if(UNIX) + add_subdirectory(auto_tests) +endif()