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

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

Refs #72463
parent 51f01b14
Branches
Tags
No related merge requests found
...@@ -6,6 +6,8 @@ SET(RING_FOUND true) ...@@ -6,6 +6,8 @@ SET(RING_FOUND true)
IF(EXISTS ${CMAKE_INSTALL_PREFIX}/include/dring/dring.h) IF(EXISTS ${CMAKE_INSTALL_PREFIX}/include/dring/dring.h)
SET(ring_INCLUDE_DIRS ${CMAKE_INSTALL_PREFIX}/include/dring) 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) ELSEIF(EXISTS ${RING_BUILD_DIR}/dring/dring.h)
SET(ring_INCLUDE_DIRS ${RING_BUILD_DIR}/dring) SET(ring_INCLUDE_DIRS ${RING_BUILD_DIR}/dring)
ELSE() ELSE()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment