From b3b6a284270ae60220d15927e5b6527dd92ceeb2 Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 8 Jun 2015 17:46:37 -0300 Subject: [PATCH] Now include(CheckCXXSourceCompiles) is required in src/CMakeLists.txt --- src/CMakeLists.txt | 2 ++ third_party/CMakeLists.txt | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c7e631ee2..51f79b28e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,8 @@ # Aseprite # Copyright (C) 2001-2015 David Capello +include(CheckCXXSourceCompiles) + ###################################################################### # Common definitions for all Aseprite libraries/projects diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index a51fb5898..442d3972f 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -1,8 +1,6 @@ # ASEPRITE # Copyright (C) 2001-2015 David Capello -include(CheckCXXSourceCompiles) - include_directories(.) if(MSVC)