Skip to content

Commit 8c0a9a0

Browse files
committed
fix install target on Windows
1 parent e2094fd commit 8c0a9a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ configure_file(cmake/cppcoroConfig.cmake
2121
COPYONLY)
2222

2323
set(config_package_location lib/cmake/cppcoro)
24-
install(DIRECTORY include
25-
DESTINATION .
24+
install(DIRECTORY include/cppcoro
25+
DESTINATION include
2626
COMPONENT Devel)
2727
install(FILES cmake/FindCoroutines.cmake
2828
DESTINATION ${config_package_location}

0 commit comments

Comments
 (0)