diff options
author | irungentoo <irungentoo@gmail.com> | 2013-07-22 04:09:45 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-07-22 04:09:45 -0700 |
commit | 11891e2475a123ad911647e380d2c547db70de09 (patch) | |
tree | 73ebc7ec31fb707cdd75df18323f3d98337afe61 /other | |
parent | b7393890eb8fd3505c2f71a37f4756f71f948890 (diff) | |
parent | 2ab2ebe5a5f47b53a026118f144adf932aad1f11 (diff) |
Merge pull request #84 from nurupo/master
Improved build system
Diffstat (limited to 'other')
-rw-r--r-- | other/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/other/CMakeLists.txt b/other/CMakeLists.txt index 22dc8e25..e59e6e66 100644 --- a/other/CMakeLists.txt +++ b/other/CMakeLists.txt | |||
@@ -1 +1,5 @@ | |||
1 | cmake_minimum_required(VERSION 2.6.0) | ||
2 | |||
3 | cmake_policy(SET CMP0011 NEW) | ||
4 | |||
1 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_bootstrap.cmake) | 5 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_bootstrap.cmake) |