Skip to content

Commit 28baf25

Browse files
committed
CMake: more debug info
1 parent 30d1a55 commit 28baf25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ if(NOT TARGET_DIR_ETC)
161161
set(TARGET_DIR_ETC "${TARGET_DIR_ROOT}/etc")
162162
endif()
163163

164+
message(STATUS "Target dirs: ROOT=\"${TARGET_DIR_ROOT}\" USR=\"${TARGET_DIR_USR}\" ETC=\"${TARGET_DIR_ETC}\"")
165+
164166
#https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT.html
165167
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
166168
set(CMAKE_INSTALL_PREFIX "${TARGET_DIR_USR}" CACHE PATH "..." FORCE)

0 commit comments

Comments
 (0)