1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

CMake: Fix typo in *Version.cmake filename

This commit is contained in:
Dinesh Bolkensteyn 2016-07-18 11:46:51 +02:00
parent d6245ab474
commit db7855ce6f
2 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ install(FILES include/serial/serial.h include/serial/v8stdint.h
## Install CMake files
install(EXPORT ${PROJECT_NAME}-targets DESTINATION ${INSTALL_CMAKE_DIR})
install(FILES ${CMAKE_SOURCE_DIR}/cmake/${PROJECT_NAME}Config.cmake ${CMAKE_SOURCE_DIR}/cmake/${PROJECT_NAME}Version.cmake
install(FILES ${CMAKE_SOURCE_DIR}/cmake/${PROJECT_NAME}Config.cmake ${CMAKE_SOURCE_DIR}/cmake/${PROJECT_NAME}ConfigVersion.cmake
DESTINATION ${INSTALL_CMAKE_DIR})
## Tests