Skip to content

Commit

Permalink
debugging cake lists
Browse files Browse the repository at this point in the history
  • Loading branch information
oulap authored Sep 28, 2024
1 parent 0d98804 commit 7d59db0
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
Expand Up @@ -47,7 +47,8 @@ message(STATUS "ITK_DIR=${ITK_DIR} pybind11_DIR=${pybind11_DIR}")
# --------------------------------------------------
# set -DAPPLE=ON and -DAPPLE_ARM64=ON on cmake command line for arm64 build
# when building with freesurfer, CMAKE_C_COMPILER and CMAKE_CXX_COMPILER will be specified on the cmake command line
if(${APPLE})
if(DEFINED ENV{APPLE})
MESSAGE(STATUS "ARCH VARIABLE SET TO --[$ENV{APPLE_ARM64}]--")
if("${APPLE_ARM64}" STREQUAL "ON")
set(CMAKE_OSX_ARCHITECTURES "arm64")
add_definitions(-DARM64 -DDarwin -DPNG_ARM_NEON_OPT=0)
Expand Down

0 comments on commit 7d59db0

Please sign in to comment.