Hello.
That does not work either.
But I added a "." behind the PATH like so
cmake -D CMAKE_INSTALL_PREFIX=~/Telemac/v8p0r1/optionals/metis-5.1.0/build . -DSHARED=TRUE
which results in start of building but then coming to a similar error again. Attached is the log file and following the command line output.
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for execinfo.h
-- Looking for execinfo.h - found
-- Looking for getline
-- Looking for getline - found
CMake Error at /home/clemens/Telemac/v8p0r1/optionals/metis-5.1.0/CMakeFiles/CMakeTmp/CMakeLists.txt:12 (add_executable):
Cannot find source file:
GKlib/conf/check_thread_storage.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at /home/clemens/Telemac/v8p0r1/optionals/metis-5.1.0/CMakeFiles/CMakeTmp/CMakeLists.txt:12 (add_executable):
No SOURCES given to target: cmTC_f5689
CMake Error at GKlib/GKlibSystem.cmake:110 (try_compile):
Failed to generate test project build system.
Call Stack (most recent call first):
CMakeLists.txt:20 (include)
-- Configuring incomplete, errors occurred!
See also "/home/clemens/Telemac/v8p0r1/optionals/metis-5.1.0/CMakeFiles/CMakeOutput.log".