SSAGESproject / SSAGES

Software Suite for Advanced General Ensemble Simulations
GNU General Public License v3.0
81 stars 28 forks source link

Building CMake 3.0.2 #1

Closed InnocentBug closed 7 years ago

InnocentBug commented 7 years ago

Working with CMake version 3.0.2 I get the following problem:

CMake Error at CMakeLists.txt:121 (CONFIGURE_ENGINE): Unknown CMake command "CONFIGURE_ENGINE".

You request CMake version 2.8.8, so I guess it should work in principle.

hsidky commented 7 years ago

Hi,

Can you share the cmake command you called? It looks like you may not have specified an engine.

InnocentBug commented 7 years ago

Hi,

you are right. I missed to set an engine. Setting one fixed it. Thanks for the quick response.

(For people in the future a warning for no engine might help.)