Skip to content

Commit

Permalink
to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Aug 14, 2024
1 parent 27e897a commit 6da274b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions binding/matlab/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
project(${EZC3D_NAME}_matlab)
cmake_minimum_required(VERSION 3.8)

message(STATUS "Architecture: ${CMAKE_HOST_SYSTEM_PROCESSOR}")
if (NOT CMAKE_APPLE_SILICON_PROCESSOR)
execute_process(
COMMAND uname -m
OUTPUT_VARIABLE CMAKE_APPLE_SILICON_PROCESSOR
)
message(STATUS "Ye")
endif()
message(STATUS "Architecture: ${CMAKE_APPLE_SILICON_PROCESSOR}")

message(FATAL_ERROR "coucou")
find_package(Matlab REQUIRED COMPONENTS MX_LIBRARY)

# Installation path
Expand Down

0 comments on commit 6da274b

Please sign in to comment.