Skip to content

Commit a9ec3b4

Browse files
committed
API - deps - patch PlatformFolders to work with cmake 4+
1 parent c9995a6 commit a9ec3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/vendor/PlatformFolders-4.2.0/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# For target_compile_features
2-
cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
2+
cmake_minimum_required(VERSION 3.5...4.0 FATAL_ERROR)
33

44
set(PLATFORMFOLDERS_MAIN_PROJECT OFF)
55
if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)

0 commit comments

Comments
 (0)