Skip to content

Commit 1e53829

Browse files
committed
Add message for debug purposes
1 parent 51947a0 commit 1e53829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,7 @@ int main() {
752752
file(TO_CMAKE_PATH "${cxxFilePathContent}" cxxFilePathContent)
753753
get_filename_component(rootDir "${cxxFilePathContent}" DIRECTORY)
754754
set(${arcadiaCacheVariableName} "${rootDir}" CACHE INTERNAL "")
755+
message(" ${arcadiaCacheVariableName}=\"${${arcadiaCacheVariableName}}\"")
755756

756757
file(REMOVE "${sourceDir}/${sourceFile}")
757758
endforeach()

0 commit comments

Comments
 (0)