Skip to content

Commit

Permalink
fix: add license identifier to CMake file
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Sep 6, 2024
1 parent bbad15c commit 9b791ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/f2py_cmake/cmake/UseF2Py.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: Apache-2.0

if(CMAKE_VERSION VERSION_LESS 3.17)
message(FATAL_ERROR "CMake 3.17+ required")
endif()
Expand Down

0 comments on commit 9b791ca

Please sign in to comment.