diff --git a/CMakeLists.txt b/CMakeLists.txt index 0fcfff2..1b8b535 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,9 @@ +cmake_minimum_required(VERSION 3.22) +set(CMAKE_OSX_ARCHITECTURES arm64;x86_64) + project(osmctools) -cmake_minimum_required(VERSION 3.6) - -add_compile_options(-O3 -march=native -ffast-math -flto) +add_compile_options(-O3 -ffast-math -flto) add_executable(osmupdate osmupdate.c) add_executable(osmfilter osmfilter.c)