[kbibtex] 05/08: Disable a cmake feature that create cmake failure
Bastien ROUCARIES
broucaries-guest at moszumanska.debian.org
Tue Sep 5 18:52:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
broucaries-guest pushed a commit to branch gitdpm
in repository kbibtex.
commit fbf1246eb9cee62843c331a72dbec2a4b2fb3b42
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Sat Sep 2 15:11:59 2017 +0200
Disable a cmake feature that create cmake failure
Forwarded: no
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 484952a..1c5f007 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ if(POLICY CMP0022)
endif()
if(POLICY CMP0059)
# see also: https://cmake.org/cmake/help/v3.3/policy/CMP0059.html
- cmake_policy(SET CMP0059 OLD)
+# cmake_policy(SET CMP0059 OLD)
endif()
set(
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/kbibtex.git
More information about the debian-science-commits
mailing list