We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f748512 + b113eb9 commit dc8653dCopy full SHA for dc8653d
README.md
@@ -77,7 +77,8 @@ See the [Documentation](https://www.boost.org/doc/libs/master/libs/nowide/index.
77
78
Compile and install the Boost super project the usual way via `./b2`.
79
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`.
+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.
82
83
## With CMake
84
0 commit comments