Skip to content

Commit

Permalink
try to resolve link error on OSX
Browse files Browse the repository at this point in the history
Change-Id: I064758df7ebad02eaf7be3c094806d2dee62cf5d
  • Loading branch information
rdementi committed Jul 1, 2024
1 parent f2f062a commit ee69c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if(UNIX) # LINUX, FREE_BSD, APPLE
if(APPLE)
add_subdirectory(MacMSRDriver)
include_directories("${CMAKE_SOURCE_DIR}/src/MacMSRDriver") # target_include_directories doesn't work
target_link_libraries(PCM_SHARED PRIVATE PCM_STATIC_SILENT PcmMsr Threads::Threads asan)
target_link_libraries(PCM_SHARED PRIVATE PCM_STATIC_SILENT PcmMsr Threads::Threads)
else()
target_link_libraries(PCM_SHARED PRIVATE PCM_STATIC_SILENT Threads::Threads asan)
endif()
Expand Down

0 comments on commit ee69c2c

Please sign in to comment.