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
I got the following message when running ccmake. It's not the first time I got it, but I don't think I got it systematically on all the platforms (in this case, I was reinstalling 1.5.1 on the FC20 I have in VirtualBox, with the built-in FC20 cmake and Qt). Is this also a leftover that should be removed?
[INFO] Updating git submodules
CMake Warning (dev) at /usr/share/cmake/Modules/FortranCInterface.cmake:215
(message):
No FortranCInterface mangling known for mysub
Call Stack (most recent call first):
contrib/sciMake/sciFortranChecks.cmake:255 (FortranCInterface_HEADER)
CMake/cdat_modules/esmf_pkg.cmake:26 (include)
CMakeLists.txt:362 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /usr/share/cmake/Modules/FortranCInterface.cmake:201
(message):
No FortranCInterface mangling known for mymod:my_sub
Call Stack (most recent call first):
contrib/sciMake/sciFortranChecks.cmake:255 (FortranCInterface_HEADER)
CMake/cdat_modules/esmf_pkg.cmake:26 (include)
CMakeLists.txt:362 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
The text was updated successfully, but these errors were encountered:
I got the following message when running ccmake. It's not the first time I got it, but I don't think I got it systematically on all the platforms (in this case, I was reinstalling 1.5.1 on the FC20 I have in VirtualBox, with the built-in FC20 cmake and Qt). Is this also a leftover that should be removed?
The text was updated successfully, but these errors were encountered: