Skip to content
Snippets Groups Projects
Commit 5fa49b2f authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Add install paths to config summary

parent 58a5038f
No related branches found
No related tags found
1 merge request!284Fix python module path
......@@ -177,6 +177,14 @@ if(ADIOS2_HAVE_Fortran)
message("")
endif()
message(" Installation prefix: ${CMAKE_INSTALL_PREFIX}")
message(" bin: ${CMAKE_INSTALL_BINDIR}")
message(" lib: ${CMAKE_INSTALL_LIBDIR}")
message(" include: ${CMAKE_INSTALL_INCLUDEDIR}")
message(" cmake: ${CMAKE_INSTALL_CMAKEDIR}")
if(ADIOS2_HAVE_Python)
message(" python: ${CMAKE_INSTALL_PYTHONDIR}")
endif()
message("")
message(" Features:")
if(BUILD_SHARED_LIBS)
set(msg_lib_type "shared")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment