Skip to content

Commit 42ab5eb

Browse files
committed
Log default directory for the installer
1 parent 1f2294d commit 42ab5eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ if (BUILD_INSTALLER)
6868
# https://cliutils.gitlab.io/modern-cmake/chapters/install/installing.html
6969
# Set variable where the cmake config is
7070
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}")
7173

7274
# Create Matplot++ConfigVersion.cmake and install it
7375
write_basic_package_version_file(

0 commit comments

Comments
 (0)