Skip to content

Commit

Permalink
xo-flatstring: bugfix: fix CMAKE_MODULE_PATH status msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Rconybea committed Apr 25, 2024
1 parent 633bbd4 commit f035b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/xo-bootstrap-macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (NOT XO_SUBMODULE_BUILD)
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)
message(STATUS "CMAKE_MODULE_PATH=${XO_CMAKE_MODULE_PATH}")
message(STATUS "CMAKE_MODULE_PATH=${CMAKE_MODULE_PATH}")
endif()
endif()

Expand Down

0 comments on commit f035b9f

Please sign in to comment.