summaryrefslogtreecommitdiffstats
path: root/src/cmake/modules/FindSDL.cmake
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-10-03 06:33:20 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-10-03 06:33:20 (GMT)
commitecfd032fc65f6e6be1cbe36691a5e8b055ea925c (patch)
tree8e1f77e9b76fb7276f5e7c5ea1202242e07ffdc8 /src/cmake/modules/FindSDL.cmake
parenta0ae5124246cfad9fc234f82248783d665c0e9dc (diff)
downloadmxe-ecfd032fc65f6e6be1cbe36691a5e8b055ea925c.zip
mxe-ecfd032fc65f6e6be1cbe36691a5e8b055ea925c.tar.gz
mxe-ecfd032fc65f6e6be1cbe36691a5e8b055ea925c.tar.bz2
cmake modules: status message about using custom mxe file
Diffstat (limited to 'src/cmake/modules/FindSDL.cmake')
-rw-r--r--src/cmake/modules/FindSDL.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmake/modules/FindSDL.cmake b/src/cmake/modules/FindSDL.cmake
index f426494..59b1576 100644
--- a/src/cmake/modules/FindSDL.cmake
+++ b/src/cmake/modules/FindSDL.cmake
@@ -1,6 +1,8 @@
# This file is part of MXE.
# See index.html for further information.
+message("** Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE})
+
if(NOT PKG_CONFIG_FOUND)
find_package(PkgConfig REQUIRED)
endif()