Skip to content
Snippets Groups Projects
Commit 4d375fb0 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #2669: Fixed FindDAL script to use new DAL include structure

parent 95e807f0
No related branches found
No related tags found
Loading
......@@ -32,8 +32,8 @@
if(NOT DAL_FOUND)
find_path(DAL_INCLUDE_DIR dal_config.h
HINTS ${DAL_ROOT_DIR} PATH_SUFFIXES include/dal)
find_path(DAL_INCLUDE_DIR dal/dal_config.h
HINTS ${DAL_ROOT_DIR} PATH_SUFFIXES include)
find_library(DAL_LIBRARY dal
HINTS ${DAL_ROOT_DIR} PATH_SUFFIXES lib)
mark_as_advanced(DAL_INCLUDE_DIR DAL_LIBRARY)
......
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