nutjunkie / IQmol3

IQmol version 3
GNU General Public License v3.0
23 stars 11 forks source link

Also the Grid target depends on autogenerated files in Configurator #10

Closed susilehtola closed 1 year ago

susilehtola commented 1 year ago

Similarly to #2, there are files in Grid that need autogenerated ui_ files to build. The added interdependence in this PR fixes that problem.

nutjunkie commented 1 year ago

Thanks Susi. The shift to cmake has highlighted some nasty interdependencies in the way I build IQmol which, due to race conditions, only show up when compiling with different numbers of processes.