diff options
| author | Montel Laurent <[email protected]> | 2014-10-19 15:07:34 +0200 |
|---|---|---|
| committer | Montel Laurent <[email protected]> | 2014-10-19 15:07:34 +0200 |
| commit | bfdc5a44d2d8415c2f9fbe2e536de564eba6d2e4 (patch) | |
| tree | 696b115914d6d4b188fc402e6866a166f302541c | |
| parent | 0a6257bce3de877e4ae869f974df645c428d32c9 (diff) | |
Increase version
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 859a65d20..43e380754 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.12) project(Dolphin) # ECM setup -find_package(ECM 0.0.14 CONFIG REQUIRED) +find_package(ECM 1.2.0 CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) set(DOLPHIN_VERSION "4.97.0") |
