Skip to content

Commit

Permalink
CMake 13.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sakra committed Apr 14, 2020
1 parent ac616ea commit 8227ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeBBLM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function(resolve_templates _propNames)
list (APPEND _languages "OBJC" "OBJCXX")
endif()
set (_configurations "None" "Debug" "MinSizeRel" "Release" "RelWithDebInfo")
foreach (_unresolvedPropName ${ARGN})
foreach (_unresolvedPropName IN LISTS ARGN)
if (_unresolvedPropName MATCHES "<CONFIG>" AND _unresolvedPropName MATCHES "<LANG>")
foreach (_config ${_configurations})
foreach (_lang ${_languages})
Expand Down

0 comments on commit 8227ecf

Please sign in to comment.