Skip to content
Snippets Groups Projects
Commit b6cc0c08 authored by Podhorszki, Norbert's avatar Podhorszki, Norbert
Browse files

fix adios1 include dir path in cmake

parent 6bd06b55
No related branches found
No related tags found
1 merge request!46fix adios1 include dir path in cmake
......@@ -161,7 +161,10 @@ endif()
# we found something in ADIOS1_ROOT_DIR and adios_config works #################
if(ADIOS1_FOUND)
# ADIOS headers
list(APPEND ADIOS1_INCLUDE_DIRS ${ADIOS1_ROOT_DIR}/include)
find_path(ADIOS1_INCLUDE_DIRS adios.h
HINTS ${ADIOS1_ROOT_DIR}/include
NO_DEFAULT_PATHS
)
# check for compiled in dependencies, recomve ";" in ADIOS1_LINKFLAGS (from cmake build)
string(REGEX REPLACE ";" " " ADIOS1_LINKFLAGS "${ADIOS1_LINKFLAGS}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment