Skip to content

Commit dc8653d

Browse files
committed
Merge branch 'develop'
2 parents f748512 + b113eb9 commit dc8653d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ See the [Documentation](https://www.boost.org/doc/libs/master/libs/nowide/index.
7777

7878
Compile and install the Boost super project the usual way via `./b2`.
7979
The headers and library will then be available together with all other Boost libraries.
80-
From within CMake you can then use `find_package(boost_nowide)` and link against `Boost::nowide`.
80+
From within CMake you can then use `find_package(Boost COMPONENTS nowide)` and link against `Boost::nowide`.
81+
Note that `find_package(boost_nowide)` will find the package too, but the above is the canonical way.
8182

8283
## With CMake
8384

0 commit comments

Comments
 (0)