aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-01-02 22:22:24 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-01-02 22:22:24 -0800
commit8e64dd97d7788ea6cda3543a4f59be331609a703 (patch)
tree4d26811157f1f369cebd4e74f732eb0dc0fb7302 /CMakeLists.txt
parent77a673103c05fcee0407bd5afce12e8eb8b2aa72 (diff)
Fixed build on Linux
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
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()