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
CMake officially supports the following languages: Supported languages include C, CXX (i.e. C++), CUDA, OBJC (i.e. Objective-C), OBJCXX, Fortran, HIP, ISPC, and ASM
We only really test C/C++. ASM should probably work. CUDA / OBJC etc. are probably not currently working anyway. Fortran might work, but it's hard to say since there are no tests.
For e.g. Fortran it should be sufficient for the user to just specify the correct linker, which I think is something we can ask the user to do for minority languages.
This would allow us to possibly remove the LINKER_PREFERENCE emulation and just check if C++ is used or not.
The text was updated successfully, but these errors were encountered:
Supported languages include C, CXX (i.e. C++), CUDA, OBJC (i.e. Objective-C), OBJCXX, Fortran, HIP, ISPC, and ASM
LINKER_PREFERENCE
emulation and just check if C++ is used or not.The text was updated successfully, but these errors were encountered: