We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2294d commit 42ab5ebCopy full SHA for 42ab5eb
CMakeLists.txt
@@ -68,6 +68,8 @@ if (BUILD_INSTALLER)
68
# https://cliutils.gitlab.io/modern-cmake/chapters/install/installing.html
69
# Set variable where the cmake config is
70
set(CONFIG_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/cmake/Matplot++)
71
+ message("CMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}")
72
+ message("CMAKE_INSTALL_LIBDIR=${CMAKE_INSTALL_LIBDIR}")
73
74
# Create Matplot++ConfigVersion.cmake and install it
75
write_basic_package_version_file(
0 commit comments