Slicer: 2145-support-for-installing-extension-from-file a4bf7db2

Author Committer Branch Timestamp Parent
jcfr jcfr 2145-support-for-installing-extension-from-file 2012-12-08 13:20:36 2145-support-for-installing-extension-from-file f8cbe1f2
Changeset

COMP: Fix Windows build ensuring CMAKE_CONFIGURATION_TYPES is properly passed

This is a follow up of commit r21499

List can't be passed directly to ExternalProject, they have to be converted
to string with a separator different from ";".

The function "list_to_string" allows to easily convert list to string
using a given separator.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21510 3bd1e089-480b-0410-8dfb-8563597acbee

add - CMake/ListToString.cmake Diff File
mod - CMake/Testing/CMakeLists.txt Diff File
mod - SuperBuild.cmake Diff File