From 7876a5098be3b706a4a6033a1ded467a29a042cd Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 9 Oct 2008 13:52:30 -0400 Subject: BUG: Pass definitions to rc with Makefiles The build rule to run the resource compiler on Windows with a Makefiles generator should include the placeholder to add the definition flags. See issue #7769. --- Modules/CMakeRCInformation.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/CMakeRCInformation.cmake') diff --git a/Modules/CMakeRCInformation.cmake b/Modules/CMakeRCInformation.cmake index dcef7ee1b5..382edbbe5b 100644 --- a/Modules/CMakeRCInformation.cmake +++ b/Modules/CMakeRCInformation.cmake @@ -23,7 +23,7 @@ SET(CMAKE_INCLUDE_FLAG_RC "-I") # compile a Resource file into an object file IF(NOT CMAKE_RC_COMPILE_OBJECT) SET(CMAKE_RC_COMPILE_OBJECT - " /fo ") + " /fo ") ENDIF(NOT CMAKE_RC_COMPILE_OBJECT) MARK_AS_ADVANCED( -- cgit v1.2.1