Skip to content

Commit

Permalink
printInfo.cmake: added logging of FILESDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed May 23, 2024
1 parent 97ac29b commit 3e3d2f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/printInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ if(USE_BOOST)
endif()
message(STATUS "USE_LIBCXX = ${USE_LIBCXX}")
message(STATUS)
message(STATUS "FILESDIR = ${FILESDIR}")
message(STATUS)

if(${ANALYZE_ADDRESS})
message("##########################################################")
Expand Down

0 comments on commit 3e3d2f1

Please sign in to comment.