Skip to content

Commit 2a926ce

Browse files
committed
add:print system processor architecture
1 parent 482aaa9 commit 2a926ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/GigeCam/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22

33
project(gige_cam VERSION 1.0)
4-
4+
message(STATUS "System Processor: ${CMAKE_SYSTEM_PROCESSOR}")
55
if (CMAKE_SYSTEM_PROCESSOR MATCHES "arm" OR CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
66
set(PLATFORM_DIR "arm")
77
set(MVCAM_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/mvcam/lib/aarch64)

0 commit comments

Comments
 (0)