nasa-jpl / LiveViewOpenCL

Open Source real-time visualization tools for Imaging Spectrometer development
GNU General Public License v3.0
36 stars 21 forks source link

Fix compilation issue for release builds on Linux systems #30

Open jackiryan opened 5 years ago

jackiryan commented 5 years ago

On Linux systems, after installing the EDT headers into the repository, when selecting the "Release" build, the compiler enforces that it does not recognize the EDT_include/edtinc.h header, even though this header is accepted in the Debug build. It could be because the header is side-loaded? Not the most important issue in the world as Release builds are rare, but worth investigating.