We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677543d commit 8256278Copy full SHA for 8256278
tests/CMakeLists.txt
@@ -12,7 +12,7 @@ if(UNIX)
12
target_link_libraries(daemon_alignment_test)
13
14
# numa_to_socket_test
15
- if(not APPLE)
+ 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()
0 commit comments