14 lines
391 B
Diff
14 lines
391 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 597a7de..5185d5d 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -2,6 +2,8 @@ project(dbusmenu-qt)
|
|
cmake_minimum_required(VERSION 2.8.11)
|
|
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules")
|
|
|
|
+cmake_policy(SET CMP0021 OLD)
|
|
+
|
|
# Build options
|
|
option(WITH_DOC "Build documentation (requires Doxygen)" ON)
|
|
|