Skip to content

Commit

Permalink
introduced recursive customization of cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ebertolazzi committed Nov 19, 2023
1 parent 44c8557 commit c2c944c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ if(BUILD_SHARED)
utils_artifacts_suffix(ARTIFACTS_DYNAMIC_SUFFIX FALSE)
endif()

if ( APPLE )
set( CMAKE_OSX_ARCHITECTURES arm64;x86_64 )
if( EXISTS "../CMakeLists-customize.txt" )
include(../CMakeLists-customize.txt)
endif()

message( STATUS "Compiler used: ${CMAKE_CXX_COMPILER_ID}" )
Expand Down

0 comments on commit c2c944c

Please sign in to comment.