Skip to content

Commit

Permalink
fixing travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed Aug 2, 2016
1 parent b39093c commit f25e38e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if(ENABLE_COVERAGE)
# with a stack procetor into a partially covered statement.
#
# additionally: disable inlining for more precise coverage
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage -fno-stack-protector --fno-inline --fno-inline-small-functions -fno-default-inline")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage -fno-stack-protector -fno-inline -fno-inline-small-functions -fno-default-inline")
endif(ENABLE_COVERAGE)

### Fake BIG MPI for testing of BigMPI functions on travis or other small RAM
Expand All @@ -89,5 +89,6 @@ include_directories("${PROJECT_SOURCE_DIR}")
# build tests
add_subdirectory(gtest)
add_subdirectory(test)

if (NOT TRAVIS)
add_subdirectory(src)
endif (NOT TRAVIS)

0 comments on commit f25e38e

Please sign in to comment.