Skip to content

CMake: load idg-util first to avoid dependency on target idg-fft

Tammo Jan Dijkema requested to merge swap-cmake into master

To avoid the following error I got in CEP3 (cmake 2.8.12.2)

export called with target "idg-util" which requires target "idg-fft" that
  is not in the export list.

Merge request reports