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 am trying to use "make" on purify on Ubuntu 18.04. When I run make, I get this error:'
CMake Error: Unknown argument --no-varn-unused-cli
CMake Error: Run 'cmake --help' for all supported options.
CMakeFiles/Lookup-CFitsIO.dir/build.make:124: recipe for target 'external/src/Lookup-CFitsIO-stamp/Lookup-CFitsIO-reCMake' failed
make[2]: *** [external/src/Lookup-CFitsIO-stamp/Lookup-CFitsIO-reCMake] Error 1
CMakeFiles/Makefile2:232: recipe for target 'CMakeFiles/Lookup-CFitsIO.dir/all' failed
make[1]: *** [CMakeFiles/Lookup-CFitsIO.dir/all] Error 2
Makefile:145: recipe for target 'all' failed
I assume "--no-varn-unused-cli" is supposed to be "--no-warn-unused-cli", and I would just fix it myself but I don't know which file contains the typo. Any ideas?
The text was updated successfully, but these errors were encountered:
I am trying to use "make" on purify on Ubuntu 18.04. When I run make, I get this error:'
CMake Error: Unknown argument --no-varn-unused-cli
CMake Error: Run 'cmake --help' for all supported options.
CMakeFiles/Lookup-CFitsIO.dir/build.make:124: recipe for target 'external/src/Lookup-CFitsIO-stamp/Lookup-CFitsIO-reCMake' failed
make[2]: *** [external/src/Lookup-CFitsIO-stamp/Lookup-CFitsIO-reCMake] Error 1
CMakeFiles/Makefile2:232: recipe for target 'CMakeFiles/Lookup-CFitsIO.dir/all' failed
make[1]: *** [CMakeFiles/Lookup-CFitsIO.dir/all] Error 2
Makefile:145: recipe for target 'all' failed
I assume "--no-varn-unused-cli" is supposed to be "--no-warn-unused-cli", and I would just fix it myself but I don't know which file contains the typo. Any ideas?
The text was updated successfully, but these errors were encountered: