You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
From bb2ea3ee4fd9b99b79159598c9a0f8024518c600 Mon Sep 17 00:00:00 2001
|
|
|
|
From: John Dulaney <jdulaney@fedoraproject.org>
|
|
|
|
Date: Fri, 29 Apr 2016 14:48:09 -0400
|
|
|
|
Subject: [PATCH] Add include for GNUInstallDirs
|
|
|
|
|
|
|
|
Signed-off-by: John Dulaney <jdulaney@fedoraproject.org>
|
|
|
|
---
|
|
|
|
CMakeLists.txt | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
|
|
index 2ab6a72..82f761f 100755
|
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
|
|
|
@@ -1,6 +1,7 @@
|
|
|
|
cmake_minimum_required(VERSION 2.8.9)
|
|
|
|
project(cmark)
|
|
|
|
include("FindAsan.cmake")
|
|
|
|
+include(GNUInstallDirs)
|
|
|
|
|
|
|
|
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
|
|
|
|
message(FATAL_ERROR "Do not build in-source.\nPlease remove CMakeCache.txt and the CMakeFiles/ directory.\nThen: mkdir build ; cd build ; cmake .. ; make")
|
|
|
|
--
|
|
|
|
2.7.4
|
|
|
|
|