From a093d01e6a9b3dd8974a6a6d26706ed73a9c6217 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 26 Oct 2014 01:23:22 +0000 Subject: some small changes to the script engine unit test and the documentation git-svn-id: file:///var/local/svn/basicwriter@80 daaaf23c-2e50-4459-9457-1e69db5a47bf --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 60fb273..eff2fcb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,7 @@ PROJECT(ousia) CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9) # Option for enabling testing. Turn on with 'cmake -Dtest=ON'. +# TODO: Automatically activate tests if gtest is available OPTION(test "Build all tests." OFF) # Makes boolean 'test' available. # Option for building the documentation. -- cgit v1.2.3