Reviewing merge request #9: [TRIVIAL] Fix race condition in build process

make targets 'dss' and 'dsstests' depend on build_info.h to avoid race

Fixes redmine ticket #267

Commits that would be merged:

Version 1
  • Version 1
  • fc03cd2
  • 153ca9f
  • make targets 'dss' and 'dsstests' depend on build_info.h to avoid race

Showing fc03cd2-153ca9f

Comments

+   ADD_DEPENDENCIES(dsstests build_info.h)

Note: this could also be in tests/CMakeLists.txt since this is where the target ‘dsstests’ is defined, however ‘build_info.h’ is only referenced in the root CMakeLists.txt so I decided to add it here

→ State changed from Open to Closed

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository