From b2404c1a26d939e4b13a1d40450b75ad6560e91f Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 10 Jan 2011 19:22:46 +0100 Subject: Buildsystem: Move EnsureVersion macro-loading into genrevision.cmake. Fixes ensure_version macro not being found. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3aa447da0c6..5f1ca3c4b5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,6 @@ endif() include(CheckCXXSourceRuns) include(CheckIncludeFiles) -include(EnsureVersion) # set default buildoptions and print them include(cmake/options.cmake) -- cgit v1.2.3