I was using the LIST_SEPARATOR argument in the wrong place when I tried it.
This works as needed:
"""
cmake_minimum_required(VERSION 2.8)
include(ExternalProject)
set(libpath "MORE;BETTER;PATHLIST")
string(REPLACE ";" "^^" libpath "${libpath}")
message("libpath: ${libpath}")
ExternalProject_Add(
Hi,
Apologies in advance if I missed/misread something in the FAQ and the email
threads I've found so far about semicolons. I am using Windows 7 64-bit,
CMake 2.8.7, and "Visual Studio 10 Win64" generator with msbuild, VC++
Express 2010, Windows SDK7.1.
I need to pass a windows-style path list th