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 ee29bcd commit 59c9122Copy full SHA for 59c9122
CMakeLists.txt
@@ -492,7 +492,7 @@ execute_process(
492
if(CACHELINE_SIZE STREQUAL ""
493
OR CACHELINE_SIZE EQUAL 0
494
OR CACHELINE_SIZE EQUAL -1
495
- OR CACHELINE_SIZE EQUAL "undefined")
+ OR CACHELINE_SIZE STREQUAL "undefined")
496
set(ZMQ_CACHELINE_SIZE 64)
497
else()
498
set(ZMQ_CACHELINE_SIZE ${CACHELINE_SIZE})
0 commit comments