Skip to content

Commit

Permalink
Fix the bad dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Oct 16, 2024
1 parent 9d1163d commit 3c6504b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/API.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ function(register_fprime_implementation IMPLEMENTATION IMPLEMENTOR)
create_implementation_interface("${IMPLEMENTATION}")
append_list_property("${IMPLEMENTOR}" GLOBAL PROPERTY "${IMPLEMENTATION}_IMPLEMENTORS")
append_list_property("${ARGN}" TARGET "${IMPLEMENTOR}" PROPERTY "REQUIRED_SOURCE_FILES")
add_dependencies("${IMPLEMENTATION}" "${IMPLEMENTOR}")
#add_dependencies("${IMPLEMENTATION}" "${IMPLEMENTOR}")
endfunction()

####
Expand Down

0 comments on commit 3c6504b

Please sign in to comment.