README.md - in Using section talk about CMAKE_PREFIX_PATH

was mistakenly CMAKE_MODULE_PATH
This commit is contained in:
Allen Winter
2021-06-07 16:01:27 -04:00
parent 97ca7fd2a0
commit a9bb5b2f42

View File

@@ -117,7 +117,7 @@ From your CMake project, add
and link to the imported target `KDAB::kddockwidgets`.
That's all you need to do (the imported target also brings in the include directories)
You may also need to modify the `CMAKE_MODULE_PATH` environment variable depending
You may also need to modify the `CMAKE_PREFIX_PATH` environment variable depending
on where you installed KDDockWidgets.