Skip to content

Commit cd49077

Browse files
committed
fix install FindCoroutines.cmake
1 parent a363b47 commit cd49077

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set(config_package_location lib/cmake/cppcoro)
2424
install(DIRECTORY include
2525
DESTINATION .
2626
COMPONENT Devel)
27-
install(FILES cmake/FindCppcoroCoroutines.cmake
27+
install(FILES cmake/FindCoroutines.cmake
2828
DESTINATION ${config_package_location}
2929
COMPONENT Devel)
3030
install(EXPORT cppcoroTargets

cmake/cppcoroConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})
22

33
include(CMakeFindDependencyMacro)
4-
find_dependency(CppcoroCoroutines QUIET REQUIRED)
4+
find_dependency(Coroutines QUIET REQUIRED)
55

66
include("${CMAKE_CURRENT_LIST_DIR}/cppcoroTargets.cmake")

0 commit comments

Comments
 (0)