Skip to content

Commit

Permalink
Fix OpenMP configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojnnes committed Dec 9, 2019
1 parent c8566a9 commit 5657e83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/CMakeConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ if(COLMAP_OPENMP_ENABLED)
add_definitions("-DOPENMP_ENABLED")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}")
list(APPEND COLMAP_EXTERNAL_LIBRARIES ${CUDA_LIBRARIES})
endif()

if(COLMAP_CUDA_ENABLED)
Expand Down

0 comments on commit 5657e83

Please sign in to comment.