Skip to content

Commit

Permalink
Fixing cmake required version command order
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICGameGuy committed Jan 3, 2024
1 parent b4188da commit d53f389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/ps2-manifest-generator/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project(PS2-Manifest-Generator CXX)
cmake_minimum_required(VERSION 3.10)
project(PS2-Manifest-Generator CXX)

set(CMAKE_C_COMPILER "gcc")
set(CMAKE_CXX_COMPILER "g++")
Expand Down
2 changes: 1 addition & 1 deletion tools/ps2-mesh-converter/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project(PS2-Mesh-Converter CXX)
cmake_minimum_required(VERSION 3.10)
project(PS2-Mesh-Converter CXX)

set(CMAKE_C_COMPILER "gcc")
set(CMAKE_CXX_COMPILER "g++")
Expand Down

0 comments on commit d53f389

Please sign in to comment.