Skip to content

Commit

Permalink
remove c++11
Browse files Browse the repository at this point in the history
  • Loading branch information
freesouls committed Aug 2, 2015
1 parent 09850fc commit afb0094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Expand Up @@ -6,6 +6,5 @@ set(source ./../liblinear/blas/blas.h ./../liblinear/blas/blasp.h ./../liblinear

add_executable(application ${source})
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -fopenmp")
target_link_libraries(application ${OpenCV_LIBS})

SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fopenmp")
target_link_libraries(application ${OpenCV_LIBS})
2 changes: 1 addition & 1 deletion utils.h
Expand Up @@ -7,7 +7,7 @@
#include "liblinear/linear.h"
#include <stdio.h>
#include <sys/time.h>
#include <thread>
//#include <thread>
//#include <mutex>
// #include <atomic>
//using namespace std;
Expand Down

0 comments on commit afb0094

Please sign in to comment.