From 4076c19cc6965e2ad2da01f8ff2de73bdee313c8 Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Mon, 10 Sep 2012 22:30:05 +0200 Subject: [PATCH] silencing a cmake warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d89addbd4b..b5b0884e4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -661,4 +661,4 @@ if (NOT WIN32 AND NOT DPKG_PROGRAM) # Install resources INSTALL(DIRECTORY "${OpenMW_BINARY_DIR}/resources" DESTINATION "${DATADIR}" ) INSTALL(FILES "${OpenMW_BINARY_DIR}/launcher.qss" DESTINATION "${DATADIR}/resources" ) -endif(NOT WIN32) \ No newline at end of file +endif(NOT WIN32 AND NOT DPKG_PROGRAM)