Skip to content

Commit

Permalink
get rid of wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
polltooh committed Nov 25, 2016
1 parent eb6d100 commit 2488965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lsd_slam_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ add_definitions("-DENABLE_SSE")
# Also add some useful compiler flag
set(CMAKE_CXX_FLAGS
#"${CMAKE_CXX_FLAGS} ${SSE_FLAGS} -march=native -std=c++0x"
"${CMAKE_CXX_FLAGS} ${SSE_FLAGS} -march=native -std=c++11 -Wall"
"${CMAKE_CXX_FLAGS} ${SSE_FLAGS} -march=native -std=c++11 -Wall"
)

# Set source files
Expand All @@ -54,7 +54,7 @@ set(lsd_SOURCE_FILES
${PROJECT_SOURCE_DIR}/src/DataStructures/FramePoseStruct.cpp
${PROJECT_SOURCE_DIR}/src/DataStructures/FrameMemory.cpp
${PROJECT_SOURCE_DIR}/src/SlamSystem.cpp
${PROJECT_SOURCE_DIR}/src/LiveSLAMWrapper.cpp
#${PROJECT_SOURCE_DIR}/src/LiveSLAMWrapper.cpp
${PROJECT_SOURCE_DIR}/src/DepthEstimation/DepthMap.cpp
${PROJECT_SOURCE_DIR}/src/DepthEstimation/DepthMapPixelHypothesis.cpp
${PROJECT_SOURCE_DIR}/src/util/globalFuncs.cpp
Expand Down

0 comments on commit 2488965

Please sign in to comment.