From 3d2049339fef593115fc6c8688439e5f1528c65e Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 27 Nov 2013 20:12:58 +0100 Subject: [PATCH] cascsa --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac53b9915..e51db25f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -211,7 +211,7 @@ elseif(OS2) OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/resources/executable_properties/rssguard_os2.o COMMAND ${WINDRES} -i ${CMAKE_CURRENT_BINARY_DIR} -r ${CMAKE_CURRENT_BINARY_DIR}/resources/executable_properties/rssguard_os2.rc - ${CMAKE_CURRENT_BINARY_DIR}/resources/executable_properties/rssguard_os2.o + -o ${CMAKE_CURRENT_BINARY_DIR}/resources/executable_properties/rssguard_os2.o ) set(APP_SOURCES ${APP_SOURCES} ${CMAKE_CURRENT_BINARY_DIR}/resources/executable_properties/rssguard_os2.o) elseif(WIN32 AND MSVC)