Skip to content

Commit

Permalink
Fix CMake lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Jun 19, 2024
1 parent c31b74a commit ea44cce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/FindOpenMPMacOS.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Find OpenMP library on MacOS
# Automatically handle locating libomp from the Homebrew package manager

# lint_cmake: -package/consistency

macro(find_openmp_macos)
if(NOT APPLE)
message(FATAL_ERROR "${CMAKE_CURRENT_FUNCTION}() must only be used on MacOS")
Expand Down

0 comments on commit ea44cce

Please sign in to comment.