Skip to content

Commit

Permalink
test: specify CMake minimum required version in test modules (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal authored May 14, 2024
1 parent 50ed169 commit 5f28694
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cmake/MkdirRecursiveTest.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cmake_minimum_required(VERSION 3.5)

include(MkdirRecursive)

function("Create directory recursively")
Expand Down

0 comments on commit 5f28694

Please sign in to comment.