Skip to content

Commit

Permalink
fix tbd tool path in main CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
mjleehh committed Dec 14, 2024
1 parent 0ae434c commit 62a1827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tbd_storages_activate()

# make the TBD helper tool available to CMake
if(NOT TBD_TOOL)
find_program(TBD_TOOL NAMES tbd PATHS ${CMAKE_SOURCE_DIR/tools/bin} NO_CACHE)
find_program(TBD_TOOL NAMES tbd PATHS "${CMAKE_SOURCE_DIR}/tools/bin")
endif()

if ("${TBD_TOOLCHAIN}" STREQUAL "desktop")
Expand Down

0 comments on commit 62a1827

Please sign in to comment.