Fix case of generated dateConfig so it will work on a case sensitive filesystem

This commit is contained in:
Don Smyth 2018-03-02 13:31:17 -08:00 committed by Howard Hinnant
parent 43d8a4eab0
commit afe61df277

View File

@ -95,8 +95,8 @@ else()
set(DEF_INSTALL_CMAKE_DIR lib/cmake/date)
endif()
install( TARGETS date_interface EXPORT DateConfig )
install( EXPORT DateConfig DESTINATION ${DEF_INSTALL_CMAKE_DIR} )
install( TARGETS date_interface EXPORT dateConfig )
install( EXPORT dateConfig DESTINATION ${DEF_INSTALL_CMAKE_DIR} )
install( TARGETS tz DESTINATION lib )
install( DIRECTORY ${HEADER_FOLDER}/ DESTINATION include/ )