Skip to content
Snippets Groups Projects
Commit dea4c558 authored by Mark Charlebois's avatar Mark Charlebois Committed by Lorenz Meier
Browse files

Fixed incorrect variable name

parent 7a44ee74
No related branches found
No related tags found
No related merge requests found
......@@ -349,7 +349,7 @@ foreach(module ${config_module_list})
endforeach()
# Keep track of external shared libs required for modules
set(module_shared_libraries "${module_shared_libraries}" CACHE INTERNAL "module_shared_libraries")
set(module_external_libraries "${module_external_libraries}" CACHE INTERNAL "module_external_libraries")
add_subdirectory(src/firmware/${OS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment