FLTK logo

[master] 7601eea - CMake: add installation prefix to Configuration Summary

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 7601eea - CMake: add installation prefix to Configuration Summary "Albrecht Schlosser" 11:47 Apr 19  
 
commit 7601eea77247b4499d38e88ed454c3991728ce66
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Fri Apr 19 20:46:32 2024 +0200
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Fri Apr 19 20:46:32 2024 +0200

    CMake: add installation prefix to Configuration Summary

 CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git CMakeLists.txt CMakeLists.txt
index 8e07881..5041d16 100644
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -260,6 +260,8 @@ else()
   fl_summary("Build configuration" "${CMAKE_BUILD_TYPE}")
 endif()
 
+fl_summary("Installation prefix" "${CMAKE_INSTALL_PREFIX}")
+
 message("")
 #                "title"           name  system library if used
 fl_summary_image("Image Libraries" JPEG  LIB_jpeg)
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.