Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Oct 27, 2024
1 parent 3429538 commit dbaa740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ else()
endif()

if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
message(STATUS "Compiler is Clang")
message(STATUS "Compiler is Clang CMAKE_LIBRARY_ARCHITECTURE:${CMAKE_LIBRARY_ARCHITECTURE} CMAKE_SYSTEM_PROCESSOR:${CMAKE_SYSTEM_PROCESSOR}")
add_definitions(-target ${CMAKE_LIBRARY_ARCHITECTURE})
endif()

Expand Down

0 comments on commit dbaa740

Please sign in to comment.