Skip to content

Commit

Permalink
Removed pragma omp macro as it cannot be reliably used and messes wit…
Browse files Browse the repository at this point in the history
…h indentation
  • Loading branch information
SamFlt committed Sep 19, 2024
1 parent c5ffc86 commit dd16fdc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmake/templates/vpConfig.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -526,11 +526,6 @@ namespace vp = VISP_NAMESPACE_NAME;
// Defined if we want to use openmp
#cmakedefine VISP_HAVE_OPENMP

#if defined(VISP_HAVE_OPENMP)
// Wrapper around OpenMP pragma clauses that disables them if openMP is disabled. This clause should not appear in headers
#define VISP_OPENMP(clause) \
_Pragma(omp clause)
#endif

// Defined if nlohmann json parser is found
#cmakedefine VISP_HAVE_NLOHMANN_JSON
Expand Down

0 comments on commit dd16fdc

Please sign in to comment.