Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition in CMake code. (#1555)
The race is cause by the fact that two targets exist to copy the Python files. The first one because of `cpp_cc_build_time_copy` without `NO_TARGET`. The second because of the: add_custom_target(nmodl_copy_python_files ALL DEPENDS ...) The solution is to not create the per file target by passing `NO_TARGET` to `cpp_cc_build_time_copy`.
- Loading branch information