diff options
Diffstat (limited to 'subprojects/packagefiles/BLAKE3')
| -rw-r--r-- | subprojects/packagefiles/BLAKE3/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/packagefiles/BLAKE3/CMakeLists.txt b/subprojects/packagefiles/BLAKE3/CMakeLists.txt index 20bc4cc..75b4aea 100644 --- a/subprojects/packagefiles/BLAKE3/CMakeLists.txt +++ b/subprojects/packagefiles/BLAKE3/CMakeLists.txt @@ -1 +1,2 @@ +cmake_minimum_required(VERSION 3.9 FATAL_ERROR) add_subdirectory(c) |