Skip to content

Commit

Permalink
Autoset DEV mode on TRAVIS
Browse files Browse the repository at this point in the history
  • Loading branch information
jfalcou committed Jul 29, 2016
1 parent d197b36 commit 048976c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 048976c

Please sign in to comment.