Closed spaulaus closed 6 years ago
DataGenerator linking shouldn't fail if we don't build the Analysis programs
The DataGenerator can't link since it depends on the Analysis > ScanLibraries
This program is used to generate a data file that can be scanned using the analysis.
Move this utility into the Analysis/Utilities folder, and give it a special flag. The only other library that it depends on is from Core.
Analysis/Utilities
Build on TravisCI
-DPAASS_BUILD_ANALYSIS=OFF -DPAASS_BUILD_ACQ=ON -DPAASS_BUILD_SETUP=ON
Figured out a simpler way to handle this. Just added an if to check if we're building analysis. If not, then we don't build DataGenerator.
This issue was moved to spaulaus/paass#111
Expected Behavior
DataGenerator linking shouldn't fail if we don't build the Analysis programs
Current Behavior
The DataGenerator can't link since it depends on the Analysis > ScanLibraries
Context
This program is used to generate a data file that can be scanned using the analysis.
Possible Solution (optional)
Move this utility into the
Analysis/Utilities
folder, and give it a special flag. The only other library that it depends on is from Core.Acceptance Criteria
Analysis/Utilities
Bug Report
Your Environment
Build on TravisCI
Steps to Reproduce
-DPAASS_BUILD_ANALYSIS=OFF -DPAASS_BUILD_ACQ=ON -DPAASS_BUILD_SETUP=ON