Skip to content

Commit

Permalink
[resources] update update minimum cmake version required
Browse files Browse the repository at this point in the history
  • Loading branch information
gnif committed Nov 9, 2023
1 parent a2443cf commit e31874b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)
project(lg_resources LANGUAGES C)

list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/")
Expand Down

0 comments on commit e31874b

Please sign in to comment.