Fix freebsd one more time

This commit is contained in:
alesapin 2020-12-25 16:43:01 +03:00
parent 8ef23dde57
commit 14e2236a46

View File

@ -19,5 +19,6 @@ if (NOT OS_FREEBSD)
message (STATUS "Using NuRaft=${USE_NURAFT}: ${NURAFT_INCLUDE_DIR} : ${NURAFT_LIBRARY}")
else()
message (${RECONFIGURE_MESSAGE_LEVEL} "Using internal NuRaft library on FreeBSD is not supported")
set (USE_NURAFT 0)
message (STATUS "Using internal NuRaft library on FreeBSD is not supported")
endif()