Skip to content

ExternalProject: Fix passing list to CMAKE_CACHE_ARGS

Fix passing a list to the CMAKE_CACHE_ARGS and CMAKE_CACHE_DEFAULT_ARGS options of ExternalProject_Add.

Following commit 3a7be4f3 (prefer list(APPEND) over string(APPEND) where appropriate), the semicolon list separator after the first list element was missing in the generated cache.

Merge request reports