From 3767c311aa58c0d6c17d75f823abff93544ebd90 Mon Sep 17 00:00:00 2001 From: Yatao Li Date: Sat, 12 Jan 2019 19:35:08 +0800 Subject: [PATCH] FindDotnet: generator expression IF is not available for older cmake versions --- cmake/modules/FindDotnet.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindDotnet.cmake b/cmake/modules/FindDotnet.cmake index bc53bf9df..615962f19 100644 --- a/cmake/modules/FindDotnet.cmake +++ b/cmake/modules/FindDotnet.cmake @@ -203,7 +203,7 @@ FUNCTION(DOTNET_GET_DEPS _DN_PROJECT arguments) ENDIF() IF(NOT _DN_CONFIG) - SET(_DN_CONFIG $,Debug,Release>) + SET(_DN_CONFIG "$<$:Debug>$<$>:Release>") ENDIF() # If platform is not specified, do not pass the Platform property.