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
If using CMake v3.30 or later, a warning is printed when running for an XCommon CMake application:
$> cmake -B build -G "Unix Makefiles"
CMake Warning (dev) at /<xtc-path>/15.3.0/XMOS/XTC/15.3.0/build/xcommon_cmake/xcommon.cmake:34 (enable_language):
project() should be called prior to this enable_language() call.
Call Stack (most recent call first):
CMakeLists.txt:2 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- The CXX compiler identification is Clang 3.6.0
-- The C compiler identification is Clang 3.6.0
-- The ASM compiler identification is XCC
...
The text was updated successfully, but these errors were encountered:
If using CMake v3.30 or later, a warning is printed when running for an XCommon CMake application:
The text was updated successfully, but these errors were encountered: