Skip to content

Commit

Permalink
fix install target on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Garcia6l20 committed Oct 23, 2020
1 parent e2094fd commit 8c0a9a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ configure_file(cmake/cppcoroConfig.cmake
COPYONLY)

set(config_package_location lib/cmake/cppcoro)
install(DIRECTORY include
DESTINATION .
install(DIRECTORY include/cppcoro
DESTINATION include
COMPONENT Devel)
install(FILES cmake/FindCoroutines.cmake
DESTINATION ${config_package_location}
Expand Down

0 comments on commit 8c0a9a0

Please sign in to comment.