Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Advay17 committed Nov 21, 2024
1 parent 0feca0f commit ddb9c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpiutil/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -502,5 +502,5 @@ struct ${container}_node_size
endfunction()

if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/container_node_sizes_impl.hpp)
get_container_node_sizes(${CMAKE_CURRENT_BINARY_DIR}/container_node_sizes_impl.hpp)
get_container_node_sizes(${CMAKE_CURRENT_BINARY_DIR}/src/generated/container_node_sizes_impl.hpp)
endif()

0 comments on commit ddb9c36

Please sign in to comment.