We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caee3e8 commit 0567b64Copy full SHA for 0567b64
bolt/runtime/CMakeLists.txt
@@ -30,7 +30,7 @@ target_include_directories(bolt_rt_hugify PRIVATE ${CMAKE_CURRENT_BINARY_DIR})
30
install(TARGETS bolt_rt_instr DESTINATION lib)
31
install(TARGETS bolt_rt_hugify DESTINATION lib)
32
33
-if (CMAKE_CXX_COMPILER_ID MATCHES ".*Clang.*")
+if (APPLE)
34
add_library(bolt_rt_instr_osx STATIC
35
instr.cpp
36
${CMAKE_CURRENT_BINARY_DIR}/config.h
0 commit comments