diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b5092d..d440572 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -6,6 +6,8 @@ option(AVOID_BINDING_REBUILD "AVOID_BINDING_REBUILD" OFF) | |||
6 | option(CATCH_ERRORS "CATCH_ERRORS" OFF) | 6 | option(CATCH_ERRORS "CATCH_ERRORS" OFF) |
7 | option(ENABLE_MEMCHECK "Build valgrind tests" OFF) | 7 | option(ENABLE_MEMCHECK "Build valgrind tests" OFF) |
8 | 8 | ||
9 | set(SINK_VERSION 0.1.0) | ||
10 | |||
9 | # ECM setup | 11 | # ECM setup |
10 | find_package(ECM 0.0.10 REQUIRED NO_MODULE) | 12 | find_package(ECM 0.0.10 REQUIRED NO_MODULE) |
11 | set(CMAKE_MODULE_PATH | 13 | set(CMAKE_MODULE_PATH |