Skip to content

Tutorial: Step12 install MathFunctionsConfigVersion.cmake

This PR fixes "Adding Export Configuration (Step 11)" in the tutorial.

Step12/CMakeLists.txt prepares MathFunctionsConfigVersion.cmake file but does not actually install it to the destination folder.

As a result the destination folder lib/cmake/example misses MathFunctionsConfigVersion.cmake file after make install

Edited by Alexander Pivovarov

Merge request reports