mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
use proper STREQUAL instead of EQUAL to compare strings
This commit is contained in:
parent
ee29bcd64a
commit
59c91227b4
@ -492,7 +492,7 @@ execute_process(
|
||||
if(CACHELINE_SIZE STREQUAL ""
|
||||
OR CACHELINE_SIZE EQUAL 0
|
||||
OR CACHELINE_SIZE EQUAL -1
|
||||
OR CACHELINE_SIZE EQUAL "undefined")
|
||||
OR CACHELINE_SIZE STREQUAL "undefined")
|
||||
set(ZMQ_CACHELINE_SIZE 64)
|
||||
else()
|
||||
set(ZMQ_CACHELINE_SIZE ${CACHELINE_SIZE})
|
||||
|
Loading…
Reference in New Issue
Block a user