diff options
Diffstat (limited to 'plugins/dfinput')
| -rw-r--r-- | plugins/dfinput/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/dfinput/CMakeLists.txt b/plugins/dfinput/CMakeLists.txt index 7681a3d9..4899b85c 100644 --- a/plugins/dfinput/CMakeLists.txt +++ b/plugins/dfinput/CMakeLists.txt @@ -1,4 +1,4 @@ -message("Configuring dfinput") +message(STATUS "* Configuring dfinput") include(GlibCompileResourcesSupport) @@ -24,12 +24,12 @@ if(NOT SDL2_FOUND) if(NOT SDL_FOUND) message(FATAL_ERROR "SDL or SDL2 library not found") else(NOT SDL_FOUND) - message("Using SDL") + message(STATUS "Using SDL") include_directories(${SDL_INCLUDE_DIR}) endif(NOT SDL_FOUND) else(NOT SDL2_FOUND) set(USE_SDL2 1) - message("Using SDL2") + message(STATUS "Using SDL2") include_directories(${SDL2_INCLUDE_DIR}) endif(NOT SDL2_FOUND) |
