Skip to content

Commit

Permalink
xo-flatstring: build: + report XO_CMAKE_CONFIG_EXECUTABLE value
Browse files Browse the repository at this point in the history
  • Loading branch information
Rconybea committed Apr 25, 2024
1 parent 39cedaa commit 8050782
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/xo-bootstrap-macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ if ("${XO_CMAKE_CONFIG_EXECUTABLE}" STREQUAL "XO_CMAKE_CONFIG_EXECUTABLE-NOT_FOU
message(FATAL "could not find xo-cmake-config executable")
endif()

message(STATUS "XO_CMAKE_CONFIG_EXECUTABLE=${XO_CMAKE_CONFIG_EXECUTABLE}")

if (("${CMAKE_MODULE_PATH}" STREQUAL "") OR ("${CMAKE_MODULE_PATH}" STREQUAL prefix))
# default to typical install location for xo-project-macros
execute_process(COMMAND ${XO_CMAKE_CONFIG_EXECUTABLE} --cmake-module-path OUTPUT_VARIABLE CMAKE_MODULE_PATH)
Expand Down

0 comments on commit 8050782

Please sign in to comment.