From 048976cd21c4ce0e4e4d97db61a48d396c2dd005 Mon Sep 17 00:00:00 2001 From: Joel Falcou Date: Fri, 29 Jul 2016 17:22:23 +0200 Subject: [PATCH] Autoset DEV mode on TRAVIS --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 437af4e83..30d3bc3a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,7 @@ if (DEFINED IS_TRAVIS_CI) # We do not want to find boost here, as we're gonna use the one on NumScale/boost-header-only set(GIT_EXECUTABLE git) set(USE_SELF_BOOST TRUE) + set(DEV TRUE) else() NS_find_package(Git QUIET) if (NOT DEFINED USE_SELF_BOOST)