Skip to content

Commit

Permalink
Disable cache for program (#218)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
  • Loading branch information
pac48 authored Sep 28, 2024
1 parent 28b1870 commit cbf4971
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@


function(generate_parameter_library LIB_NAME YAML_FILE)
unset(generate_parameter_library_cpp_BIN CACHE) # Unset the cache variable
find_program(generate_parameter_library_cpp_BIN NAMES "generate_parameter_library_cpp")
if(NOT generate_parameter_library_cpp_BIN)
message(FATAL_ERROR "generate_parameter_library_cpp() variable 'generate_parameter_library_cpp_BIN' must not be empty")
Expand Down

0 comments on commit cbf4971

Please # to comment.