File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ if(UNIX)
1212 target_link_libraries (daemon_alignment_test )
1313
1414 # numa_to_socket_test
15- add_executable (numa_to_socket_test numa_to_socket_test.cpp )
16- target_link_libraries (numa_to_socket_test Threads::Threads PCM_STATIC )
15+ if (not APPLE )
16+ add_executable (numa_to_socket_test numa_to_socket_test.cpp )
17+ target_link_libraries (numa_to_socket_test Threads::Threads PCM_STATIC )
18+ endif ()
1719
1820 # cache_verification_test
1921 add_executable (cache_verification_test cache_verification_test.cpp )
@@ -50,4 +52,4 @@ if(PCM_FUZZ)
5052 target_link_libraries (pcm-sensor-server-ssl-fuzz Threads::Threads PCM_STATIC ${SSL_LIBS} )
5153 target_link_libraries (pcm-fuzz Threads::Threads PCM_STATIC )
5254 target_link_libraries (pcm-memory-fuzz Threads::Threads PCM_STATIC )
53- endif ()
55+ endif ()
You can’t perform that action at this time.
0 commit comments