Skip to content

Commit 743dff2

Browse files
rcsanchez97kevinAlbs
authored andcommitted
CDRIVER-3571 consolidate and simplify installation doc
1 parent eab26dd commit 743dff2

File tree

2 files changed

+152
-119
lines changed

2 files changed

+152
-119
lines changed

CMakeLists.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,3 +471,17 @@ if (ENABLE_UNINSTALL)
471471
# the generated uninstall program is complete and correct
472472
add_subdirectory (generate_uninstall)
473473
endif ()
474+
475+
# Spit out some information regarding the generated build system
476+
message (STATUS "Build files generated for:")
477+
message (STATUS "\tbuild system: ${CMAKE_GENERATOR}")
478+
if (CMAKE_GENERATOR_INSTANCE)
479+
message (STATUS "\tinstance: ${CMAKE_GENERATOR_INSTANCE}")
480+
endif ()
481+
if (CMAKE_GENERATOR_PLATFORM)
482+
message (STATUS "\tinstance: ${CMAKE_GENERATOR_PLATFORM}")
483+
endif ()
484+
if (CMAKE_GENERATOR_TOOLSET)
485+
message (STATUS "\tinstance: ${CMAKE_GENERATOR_TOOLSET}")
486+
endif ()
487+

0 commit comments

Comments
 (0)