You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes two problems with the core-models build script:
1. Use of add_library with target_source_files listing the same source
led to including the *source* files along with every build target, hence
multiple builds of the same file
2. Using add_custom_command to create a pre-build hook instead of a normal
file-producing command meant java_class_loader.cpp and its dependencies were
rebuilt on every build.
0 commit comments