Re: [CMake] Semicolons in windows path list for ExternalProject_Add or ExP_Add_Step

2012-02-16 Thread Isaiah Norton
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(

[CMake] Semicolons in windows path list for ExternalProject_Add or ExP_Add_Step

2012-02-15 Thread Isaiah Norton
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