SyneRBI / SIRF

Main repository for the CCP SynerBI software
http://www.ccpsynerbi.ac.uk
Other
57 stars 29 forks source link

CMake] add STIR_REGISTRIES to Reg executables #1268

Closed KrisThielemans closed 1 week ago

KrisThielemans commented 2 weeks ago

I experienced linking problems with STIR (probably related to its use of "interdependent" libraries. Adding STIR_REGISTRIES as dependency fixed it (and shouldn't do any harm).

To do that, I had to interchange the order of the ADD_SUBDIRECTORY statements (i.e. include STIR before Reg).

Note that Actions will likely fail until #1267 is fixed.