Skip to content
Snippets Groups Projects
Commit 34964e9f authored by Wuttke, Joachim's avatar Wuttke, Joachim Committed by Wuttke, Joachim
Browse files

Starting post-2.3.1b; require cmake 2.8.12.

parent 3e919cad
No related branches found
No related tags found
No related merge requests found
Release 2.3.1c
- Updated dependence:
- now requires cmake 2.8.12 (older version were untested)
Release 2.3.1b of 22sep15 Release 2.3.1b of 22sep15
- Improved functionality: - Improved functionality:
- error estimates in 'mpa' and 'mpaf' - error estimates in 'mpa' and 'mpaf'
- delta fit: allow extrapolation of resolution function by zeros - delta fit: allow extrapolation of resolution function by zeros
- Code cleanup: - Code cleanup:
- revised Find<Package>.cmake modules - revised Find<Package>.cmake modules
......
cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
# path for additional cmake modules --- # path for additional cmake modules ---
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
...@@ -11,7 +11,7 @@ project(Frida) ...@@ -11,7 +11,7 @@ project(Frida)
# --- The version number --- # --- The version number ---
set(Frida_VERSION 2.3.1b) set(Frida_VERSION post-2.3.1b)
# --- General project settings --- # --- General project settings ---
#option(FRIDA_PYTHON "Build with python support" ON) #option(FRIDA_PYTHON "Build with python support" ON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment