Skip to content

Commit

Permalink
FindInstallConfigPath: Change when printing info about ETC_XDG_DIR se…
Browse files Browse the repository at this point in the history
…tting (#97)

Only print info about how to set LXQT_ETC_XDG_DIR when auto detecting it
from Qt config.
  • Loading branch information
luis-pereira authored Mar 23, 2024
1 parent 7e1175e commit 91db61d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/FindInstallConfigPath.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ if(NOT DEFINED LXQT_ETC_XDG_DIR)
CACHE FILEPATH "Location of the LXQt XDG system-wide configuration files")
message(STATUS "LXQT_ETC_XDG_DIR autodetected as '${LXQT_ETC_XDG_DIR}'")
endif()

print_set_lxqt_etc_xdg_dir_info()
endif()

print_set_lxqt_etc_xdg_dir_info()

0 comments on commit 91db61d

Please sign in to comment.