Skip to content

Commit

Permalink
CMake: Move minimum version statement to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
dscharrer committed May 19, 2023
1 parent 3a319ef commit ac7a6fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
project(ArxWindows)

cmake_minimum_required(VERSION 2.8.5...3.19)
project(ArxWindows)

# Change CMAKE_LIBRARY_ARCHITECTURE to ensure the right libs are used
if(CMAKE_CL_64)
Expand Down

0 comments on commit ac7a6fc

Please sign in to comment.