mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-04 13:14:26 +02:00
Fix case of generated dateConfig so it will work on a case sensitive filesystem
This commit is contained in:
committed by
Howard Hinnant
parent
43d8a4eab0
commit
afe61df277
@@ -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/ )
|
||||
|
||||
|
Reference in New Issue
Block a user