Skip to content

Launch fewer CMake subprocesses - #294

Merged
Matt Shin (matthewrmshin) merged 1 commit into
developfrom
feature/reduce_cmake_subprocs
Aug 18, 2026
Merged

Launch fewer CMake subprocesses#294
Matt Shin (matthewrmshin) merged 1 commit into
developfrom
feature/reduce_cmake_subprocs

Conversation

@matthewrmshin

Copy link
Copy Markdown
Collaborator

Similar to recent changes in JCSDA-internal repos.

  • Replace execute_process(... -E create_symlink ...) with file(CREATE_LINK ... SYMBOLIC).
  • Bumps CMake version requirement to 3.26 to align with ops-um-jedi and mo-bundle.
  • Update copyright statements and remove unnecessary variables.

- Replace `execute_process(... -E create_symlink ...)`
  with `file(CREATE_LINK ... SYMBOLIC)`.
- Bumps CMake version requirement to 3.26 to align with ops-um-jedi and
  mo-bundle.
- Update copyright notices.
@matthewrmshin
Matt Shin (matthewrmshin) force-pushed the feature/reduce_cmake_subprocs branch from a2e0584 to 78b4683 Compare August 18, 2026 07:52
@matthewrmshin

Copy link
Copy Markdown
Collaborator Author

Pushed an identical commit (but with modified commit message) to trigger CI.

@matthewrmshin
Matt Shin (matthewrmshin) merged commit 0a45952 into develop Aug 18, 2026
2 checks passed
@matthewrmshin
Matt Shin (matthewrmshin) deleted the feature/reduce_cmake_subprocs branch August 18, 2026 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants