From 464e7a44ac97227896fb1df6d0a90ebe16f0ff8c Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Fri, 26 Sep 2014 13:20:34 +0200 Subject: [PATCH] Embed the param to locate the D cmake files in the CMakeLists directly. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ec48c02..e4fc768 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,5 @@ cmake_minimum_required(VERSION 2.6 FATAL_ERROR) +set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules/cmake-d" "${CMAKE_MODULE_PATH}") project(tigersum) set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -g -O0 -Wall -Wextra")