Skip to content

Commit 791e580

Browse files
authored
[skip ci] Fix typo
1 parent 5cf5665 commit 791e580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The sample command is: `conan remote add martin https://api.bintray.com/conan/ma
178178
3. Add reference to Jinja2Cpp package (`jinja2cpp/0.9.1@Manu343726/testing`) to your conanfile.txt, conanfile.py or CMakeLists.txt. For instance, with usage of `conan-cmake` integration it could be written this way:
179179

180180
```cmake
181-
nclude (../../cmake/conan.cmake)
181+
include (../../cmake/conan.cmake)
182182
if (NOT MSVC)
183183
set (CONAN_SETTINGS SETTINGS compiler.libcxx=libstdc++11)
184184
endif ()

0 commit comments

Comments
 (0)