Author: dreimer
Date: Sun Aug 9 09:50:46 2015
New Revision: 68649
URL:
http://svn.reactos.org/svn/reactos?rev=68649&view=rev
Log:
[CMAKE] Include TARGET_OBJECTS expressions in SOURCES target property output. Patch by
Amine Khaldi
Modified:
trunk/reactos/CMakeLists.txt
Modified: trunk/reactos/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/CMakeLists.txt?rev=68649&a…
==============================================================================
--- trunk/reactos/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/CMakeLists.txt [iso-8859-1] Sun Aug 9 09:50:46 2015
@@ -9,6 +9,11 @@
if(POLICY CMP0026)
# Allow use of the LOCATION property
cmake_policy(SET CMP0026 OLD)
+endif()
+
+if(POLICY CMP0051)
+ # List TARGET_OBJECTS in SOURCES target property
+ cmake_policy(SET CMP0051 NEW)
endif()
project(REACTOS)