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)