Skip to content

Commit

Permalink
always run dpu_program build
Browse files Browse the repository at this point in the history
CMake doesn't properly detect when it needs to be rebuilt
  • Loading branch information
SylvanBrocard committed Dec 5, 2024
1 parent 892d21a commit ea42b62
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 @@ -36,7 +36,7 @@ ExternalProject_Add(
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
# temporary workaround until SDK distributes fixed toolchain file
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_CURRENT_SOURCE_DIR}/src/dpu_program/dpu.cmake
)
BUILD_ALWAYS TRUE)

# =================== BUILDING THE HOST BINARY ======================

Expand Down

0 comments on commit ea42b62

Please sign in to comment.