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:
parent
8d92de3fe9
commit
a69c83a32b
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user