We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01e4e8 commit e2094fdCopy full SHA for e2094fd
CMakeLists.txt
@@ -24,7 +24,7 @@ set(config_package_location lib/cmake/cppcoro)
24
install(DIRECTORY include
25
DESTINATION .
26
COMPONENT Devel)
27
-install(FILES cmake/FindCppcoroCoroutines.cmake
+install(FILES cmake/FindCoroutines.cmake
28
DESTINATION ${config_package_location}
29
30
install(EXPORT cppcoroTargets
cmake/cppcoroConfig.cmake
@@ -1,6 +1,6 @@
1
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})
2
3
include(CMakeFindDependencyMacro)
4
-find_dependency(CppcoroCoroutines QUIET REQUIRED)
+find_dependency(Coroutines QUIET REQUIRED)
5
6
include("${CMAKE_CURRENT_LIST_DIR}/cppcoroTargets.cmake")
0 commit comments