Skip to content

Commit

Permalink
Remove obsolete debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Oct 14, 2019
1 parent b06e558 commit d7ee872
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/install.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# define private libraries install destionation
include(GNUInstallDirs)
message(${CMAKE_INSTALL_LIBDIR})
if(NOT IS_ABSOLUTE ${CMAKE_INSTALL_LIBDIR})
set(_libdir ${CMAKE_INSTALL_LIBDIR})
else()
Expand Down Expand Up @@ -28,7 +30,7 @@ set(_rpath "\$ORIGIN/${_rpath}")
file(GLOB libappimage_files ${PROJECT_BINARY_DIR}/lib/libappimage/src/libappimage/libappimage.so*)
file(GLOB libappimageupdate_files ${PROJECT_BINARY_DIR}/lib/AppImageUpdate/src/libappimageupdate.so*)
file(GLOB libappimageupdate-qt_files ${PROJECT_BINARY_DIR}/lib/AppImageUpdate/src/qt-ui/libappimageupdate-qt.so*)
message(STATUS ${PROJECT_BINARY_DIR}/lib/libappimage/src/libappimage/libappimage.so*)

foreach(i libappimage libappimageupdate libappimageupdate-qt)
# prevent unnecessary messages
if(NOT i STREQUAL libappimage OR NOT USE_SYSTEM_LIBAPPIMAGE)
Expand Down

0 comments on commit d7ee872

Please sign in to comment.