Skip to content
Snippets Groups Projects
Commit 0439ea13 authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee
Browse files

build: Fix invalid logic introduced in commit 559c22e0

Refs #71858
parent 0fa7610f
Branches
No related tags found
No related merge requests found
......@@ -381,7 +381,7 @@ SET( libringclient_extra_LIB_HDRS
src/typedefs.h
)
IF(${ENABLE_LIBWRAP} MATCHES false)
IF(${ENABLE_LIBWRAP} MATCHES true)
# done this way because of bug in cmake 2.8
# (not necessary in 3.0+)
ELSE()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment