Skip to content

Commit

Permalink
[Windows] cmake: bump up the minimum required version to 3.15 (#2356)
Browse files Browse the repository at this point in the history
Co-authored-by: Artur Wojcik <artur.wojcik@amd.com>
  • Loading branch information
apwojcik and apwojcik authored Oct 20, 2023
1 parent 4154b2c commit 5798751
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# SOFTWARE.
#
################################################################################
cmake_minimum_required( VERSION 3.11 )
cmake_minimum_required( VERSION 3.15 )

if (POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
Expand Down
1 change: 0 additions & 1 deletion driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
# SOFTWARE.
#
################################################################################
cmake_minimum_required( VERSION 3.5)

find_package(Threads REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# SOFTWARE.
#
################################################################################
cmake_minimum_required( VERSION 3.5)

if( NOT ENABLE_ASAN_PACKAGING )
install(FILES install_precompiled_kernels.sh
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
Expand Down

0 comments on commit 5798751

Please sign in to comment.