On Oct 24, 2017 06:36, "Adolfo Poma" <[email protected]> wrote:

Dear all,

I have faced a minor issue regarding the votca source installation:
the result of:

* ./build.sh --prefix ${prefix} tools csg*cmake
-DCMAKE_INSTALL_PREFIX='/home/poma/Software/VOTCA'
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON /home/poma/Software/VOTCA/src/tools
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  CMake 3.1 or higher is required.  You are running version 2.8.12.2

I have an upgraded cmake version 3.5.2 but it is located in my home
directory (/home/poma/Software/CMAKE_PROG/bin/). It seems votca ./build.sh
is getting the default cmake which is 2.8.XX.X
So I would like to pass the new cmake to ./build.sh so it can compile it,
is it possible?

Either add this directory to your PATH or set an environment variable with
the name CMAKE, which points to the new binary, e.g.:
$ export CMAKE=/home/poma/Software/CMAKE_PROG/bin/cmake

Christoph


thanks for you help,
Adolfo

-- 
You received this message because you are subscribed to the Google Groups
"votca" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/votca.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"votca" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/votca.
For more options, visit https://groups.google.com/d/optout.

Reply via email to