Merge pull request #125 from Marvin182/master

Find Hinnant date library in date/ subfolder
This commit is contained in:
Roland Bock
2016-10-21 06:45:07 +02:00
committed by GitHub

View File

@@ -53,7 +53,7 @@ set(HinnantDate_NOT_FOUND_MESSAGE "Could NOT find HinnantDate.
Maybe you need to adjust the search paths or HinnantDate_ROOT_DIR.")
find_file(HinnantDate_INCLUDE_FILE
date.h
date.h date/date.h
HINTS ${HinnantDate_ROOT_DIR}
)
mark_as_advanced(HinnantDate_INCLUDE_FILE)