diff options
| author | Vũ Quang Thịnh <quangthinh.dico@gmail.com> | 2025-01-09 10:11:01 +0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-01-09 01:37:02 -0800 |
| commit | a381af4f5ca79576a4a9b461529a0f22fcf1e088 (patch) | |
| tree | 051eca2e9f93d0fce999b568d659d44e815b7799 | |
| parent | 446beac7d8fe7e2f4cb54dec849a1585d1f5b5c5 (diff) | |
| download | nng-a381af4f5ca79576a4a9b461529a0f22fcf1e088.tar.gz nng-a381af4f5ca79576a4a9b461529a0f22fcf1e088.tar.bz2 nng-a381af4f5ca79576a4a9b461529a0f22fcf1e088.zip | |
Update CMakeLists.txt
Fix typo of filename. Can not find filename
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1bdd4b7a..be3d3605 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -93,6 +93,6 @@ configure_package_config_file(${PROJECT_SOURCE_DIR}/cmake/${PROJECT_NAME}-config PATH_VARS INCLUDE_INSTALL_DIRS) install(FILES "${project_config}" "${version_config}" - ${PROJECT_SOURCE_DIR}/cmake/FindMbedTLS.cmake ${PROJECT_SOURCE_DIR}/cmake/FindWolfSSL.cmake + ${PROJECT_SOURCE_DIR}/cmake/FindMbedTLS.cmake ${PROJECT_SOURCE_DIR}/cmake/FindwolfSSL.cmake DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}" COMPONENT Library) |
