Commit e5a8088a authored by Patrik Huber's avatar Patrik Huber

Removed pthreads flag from the examples

I don't think any of them use the nonlin ortho camera estimate anymore
parent c0d38bd2
...@@ -33,7 +33,7 @@ if(MSVC) ...@@ -33,7 +33,7 @@ if(MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj")
endif() endif()
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pthreads") # IF GCC OR CLANG! # set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pthreads") # IF GCC OR CLANG!
# Eigen::LevenbergMarquardt probably needs -pthreads. => So eos needs pthreads! How to add in modern CMake? # Eigen::LevenbergMarquardt probably needs -pthreads. => So eos needs pthreads! How to add in modern CMake?
# Cleaner way would be to add it to fit-model's target_link_libraries, but that requires a CMake >2.8.10. # Cleaner way would be to add it to fit-model's target_link_libraries, but that requires a CMake >2.8.10.
# clang and gcc. # clang and gcc.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment