Skip to content

Commit fa84523

Browse files
committed
try to resolve link error on OSX
Change-Id: I064758df7ebad02eaf7be3c094806d2dee62cf5d
1 parent 1c8fcb7 commit fa84523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if(UNIX) # LINUX, FREE_BSD, APPLE
4949
if(APPLE)
5050
add_subdirectory(MacMSRDriver)
5151
include_directories("${CMAKE_SOURCE_DIR}/src/MacMSRDriver") # target_include_directories doesn't work
52-
target_link_libraries(PCM_SHARED PRIVATE PCM_STATIC_SILENT PcmMsr Threads::Threads asan)
52+
target_link_libraries(PCM_SHARED PRIVATE PCM_STATIC_SILENT PcmMsr Threads::Threads)
5353
else()
5454
target_link_libraries(PCM_SHARED PRIVATE PCM_STATIC_SILENT Threads::Threads asan)
5555
endif()

0 commit comments

Comments
 (0)