Fixing build error on Travis

This commit is contained in:
Michael Tryby
2018-09-04 10:05:27 -04:00
parent 7188642e39
commit a056bbf2c8

View File

@@ -16,6 +16,9 @@ enable_testing()
# Sets for output directory for executables and libraries.
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
if(UNIX)
set(CMAKE_CXX_FLAGS "-std=c++11")
endif(UNIX)
#Prep ourselves for compiling boost
if(MSVC)