Skip to content

Fixed a configuration error in cmake seen on centos8, cmake-3.11.4

Guillaume Anciaux requested to merge (removed):master into master

On centos I could get that the command:

project(Akantu HOMEPAGE_URL "htpps://akantu.ch")

leads to the following error:

[root@ec84d64cb682 build-centos]# cmake . CMake Error: Could not find cmake module file: CMakeDetermineHOMEPAGE_URLCompiler.cmake CMake Error: Error required internal CMake variable not set, cmake may not be built correctly. Missing variable is: CMAKE_HOMEPAGE_URL_COMPILER_ENV_VAR CMake Error: Error required internal CMake variable not set, cmake may not be built correctly. Missing variable is: CMAKE_HOMEPAGE_URL_COMPILER CMake Error: Could not find cmake module file: /libmultiscale/third-party/akantu/build-centos/CMakeFiles/3.11.4/CMakeHOMEPAGE_URLCompiler.cmake CMake Error: Could not find cmake module file: CMakeDeterminehtpps://akantu.chCompiler.cmake CMake Error: Error required internal CMake variable not set, cmake may not be built correctly. Missing variable is: CMAKE_htpps://akantu.ch_COMPILER_ENV_VAR CMake Error: Error required internal CMake variable not set, cmake may not be built correctly. Missing variable is: CMAKE_htpps://akantu.ch_COMPILER CMake Error: Could not find cmake module file: /libmultiscale/third-party/akantu/build-centos/CMakeFiles/3.11.4/CMakehtpps://akantu.chCompiler.cmake CMake Error at CMakeLists.txt:61 (project): No CMAKE_HOMEPAGE_URL_COMPILER could be found.

Tell CMake where to find the compiler by setting the CMake cache entry CMAKE_HOMEPAGE_URL_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.

CMake Error: Could not find cmake module file: CMakeHOMEPAGE_URLInformation.cmake CMake Error at CMakeLists.txt:61 (project): No CMAKE_htpps://akantu.ch_COMPILER could be found.

Tell CMake where to find the compiler by setting the CMake cache entry CMAKE_htpps://akantu.ch_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.

CMake Error: Could not find cmake module file: CMakehtpps://akantu.chInformation.cmake CMake Error: CMAKE_HOMEPAGE_URL_COMPILER not set, after EnableLanguage CMake Error: CMAKE_htpps://akantu.ch_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred! See also "/libmultiscale/third-party/akantu/build-centos/CMakeFiles/CMakeOutput.log". See also "/libmultiscale/third-party/akantu/build-centos/CMakeFiles/CMakeError.log".

Merge request reports