Skip to content

Commit

Permalink
fix clang
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Oct 27, 2024
1 parent 0427c3e commit 3429538
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 @@ -248,7 +248,7 @@ endif()

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

# prometheus
Expand Down

0 comments on commit 3429538

Please sign in to comment.