From 3be69ac780aab79a5d4905e7daf0d034d552cdc3 Mon Sep 17 00:00:00 2001 From: Ebrahim Songhori Date: Mon, 12 Oct 2015 21:38:52 -0500 Subject: [PATCH] fix travis --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bcf44aa..07729d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ endif () ############### # Compiler flags set(CMAKE_CXX_FLAGS - "${CMAKE_CXX_FLAGS} -Wall -Wno-strict-aliasing -march=native") + "${CMAKE_CXX_FLAGS} -lrt -Wall -Wno-strict-aliasing -march=native") set (CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -O0 -g -DDEBUG")