Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed Mar 28, 2022
1 parent bf3e29d commit 4facd1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/DGtalConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ if(@OPENMP_FOUND_DGTAL@) #if OPENMP_FOUND_DGTAL
endif()
endif()
endif()
find_dependency(OpenMP REQUIRED @OpenMP_HINTS@ )
find_dependency(OpenMP REQUIRED
@OpenMP_HINTS@
)
set(WITH_OPENMP 1)
endif()

Expand Down

0 comments on commit 4facd1b

Please sign in to comment.