0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Add include directory in HinnantDate search path to match Hinnant repository master branch

This commit is contained in:
Armand Leclercq 2017-11-10 20:26:01 +00:00
parent 8d92de3fe9
commit a69c83a32b

View File

@ -54,7 +54,9 @@ Maybe you need to adjust the search paths or HinnantDate_ROOT_DIR.")
find_file(HinnantDate_INCLUDE_FILE
date.h date/date.h
HINTS ${HinnantDate_ROOT_DIR}
HINTS
${HinnantDate_ROOT_DIR}
${HinnantDate_ROOT_DIR}/include
)
mark_as_advanced(HinnantDate_INCLUDE_FILE)