Skip to content

Commit

Permalink
Fix tc-print subdirectory load order
Browse files Browse the repository at this point in the history
  • Loading branch information
mszabo-wikia committed Jan 6, 2025
1 parent b6f3c51 commit 89264df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hphp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ endif()

add_subdirectory(tools/hfsort)
add_subdirectory(tools/version)
add_subdirectory(tools/tc-print)

add_subdirectory(compiler)
add_subdirectory(hack)
Expand All @@ -145,6 +144,10 @@ add_subdirectory(neo)
add_subdirectory(runtime)
add_subdirectory(runtime/ext)

# Note: tc-print depends on EXTENSION_SYSTEMLIB_SOURCES being already set
# and therefore should be added after extensions.
add_subdirectory(tools/tc-print)

# The runtime/test binary require GTest and GMock to be installed globally
option(RUNTIME_TEST_BIN "Create the HHVM runtime/test binary" OFF)
if (RUNTIME_TEST_BIN)
Expand Down

0 comments on commit 89264df

Please sign in to comment.