From 8e64dd97d7788ea6cda3543a4f59be331609a703 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Thu, 2 Jan 2014 22:22:24 -0800 Subject: Fixed build on Linux --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bbdf85dd..e814755a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,4 +7,6 @@ IF(APPLE) ENDIF() add_subdirectory (src) -add_subdirectory (tests) +IF(APPLE) + add_subdirectory (tests) +ENDIF() -- cgit v1.2.3