diff --git a/CMakeLists.txt b/CMakeLists.txt index 2721676..79f63ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ +project(pufferfish LANGUAGES CXX C) + cmake_minimum_required(VERSION 3.15) #cmake_policy(SET CMP0069 NEW) @@ -24,7 +26,6 @@ if(NOT DEFINED USE_ARM) endif() endif() -project(pufferfish LANGUAGES CXX C) include(ExternalProject)