Skip to content

Commit

Permalink
Update CMakeLists.txt to put project declaration first
Browse files Browse the repository at this point in the history
  • Loading branch information
dslarm authored Dec 12, 2024
1 parent e559576 commit a38852a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
project(pufferfish LANGUAGES CXX C)

cmake_minimum_required(VERSION 3.15)
#cmake_policy(SET CMP0069 NEW)

Expand All @@ -24,7 +26,6 @@ if(NOT DEFINED USE_ARM)
endif()
endif()

project(pufferfish LANGUAGES CXX C)
include(ExternalProject)


Expand Down

0 comments on commit a38852a

Please sign in to comment.