[osmium-tool] 01/44: Tell CMake to output json file with compile commands.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 21 20:15:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to tag v1.1.0
in repository osmium-tool.

commit 7515889f30caf1715561f12696e4137a206cc1ad
Author: Jochen Topf <jochen at topf.org>
Date:   Wed Apr 1 11:56:30 2015 +0200

    Tell CMake to output json file with compile commands.
---
 CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8546a16..2ec5dfe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,6 +9,8 @@
 cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
 
+set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
+
 
 #-----------------------------------------------------------------------------
 #

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git



More information about the Pkg-grass-devel mailing list