You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However for some reason #include <cmrc/cmrc.hpp> always says the include file cannot be found. When I look at the compiler command, I don't see the include path anywhere (there's no -I<...>/cmrc anywhere).
Any idea what might be going on?
CMake version 3.23.
The text was updated successfully, but these errors were encountered:
CMakeLists.txt:
However for some reason
#include <cmrc/cmrc.hpp>
always says the include file cannot be found. When I look at the compiler command, I don't see the include path anywhere (there's no-I<...>/cmrc
anywhere).Any idea what might be going on?
CMake version 3.23.
The text was updated successfully, but these errors were encountered: