Skip to content

Commit 4df7d67

Browse files
author
Elazar Leibovich
committed
conan: move include to conan package namespace
1 parent 0dd797d commit 4df7d67

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
@@ -9,4 +9,4 @@ if(BUILD_TESTING)
99
add_subdirectory(test)
1010
endif()
1111

12-
install(FILES subprocess.hpp DESTINATION include/subprocess/)
12+
install(FILES subprocess.hpp DESTINATION include/cpp-subprocess/)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and they will be fixed as they are reported.
2222
Subprocess library has just a single source `subprocess.hpp` present at the top directory of this repository. All you need to do is add
2323

2424
```cpp
25-
#inlcude "subprocess.hpp"
25+
#inlcude "cpp-subprocess/subprocess.hpp"
2626

2727
using namespace subprocess;
2828
// OR

0 commit comments

Comments
 (0)