Skip to content
Snippets Groups Projects
Commit b6205343 authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee Committed by Guillaume Roguez
Browse files

build: Add ${RING_INCLUDE_DIR} to set the daemon header path

Refs #72463

(cherry picked from commit 9cc633e5)
parent 0af6a224
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ SET(RING_FOUND true)
IF(EXISTS ${CMAKE_INSTALL_PREFIX}/include/dring/dring.h)
SET(ring_INCLUDE_DIRS ${CMAKE_INSTALL_PREFIX}/include/dring)
ELSEIF(EXISTS ${RING_INCLUDE_DIR}/dring.h)
SET(ring_INCLUDE_DIRS ${RING_INCLUDE_DIR})
ELSEIF(EXISTS ${RING_BUILD_DIR}/dring/dring.h)
SET(ring_INCLUDE_DIRS ${RING_BUILD_DIR}/dring)
ELSE()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment