summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bbb9a014..a65716e5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ include(CTest)
4 4
5# This version is for the entire project. All libraries (core, av, ...) move in 5# This version is for the entire project. All libraries (core, av, ...) move in
6# versions in a synchronised way. 6# versions in a synchronised way.
7set(PROJECT_VERSION "0.0.0") 7set(PROJECT_VERSION "0.0.1")
8 8
9set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) 9set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
10 10