Skip to content

Commit

Permalink
[cmake] Silence linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke authored and endJunction committed Apr 15, 2024
1 parent cc492ee commit 1d31ff9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/cmake/DependenciesExternalProject.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# because of ogs.minimum_version variables:
#
# cmake-lint: disable=C0103

if(${CMAKE_VERSION} VERSION_GREATER_EQUAL 3.24)
cmake_policy(SET CMP0135 NEW)
endif()
Expand Down

0 comments on commit 1d31ff9

Please sign in to comment.