Re: [CMake] EFFECTIVE_PLATFORM_NAME not expanded in TARGET_* generator expressions on iOS

2016-04-06 Thread Vladimír Vondruš
rary if you run `cmake --build .` Hope the repro case is clear enough. Regards mosra __ > Od: Gregor Jasny > Komu: "Vladimír Vondruš" , > Datum: 30.03.2016 14:15 > Předmět: Re: [CMake] EFFECTIVE_PLATFORM_NAME

Re: [CMake] EFFECTIVE_PLATFORM_NAME not expanded in TARGET_* generator expressions on iOS

2016-03-30 Thread Gregor Jasny via CMake
Hello, I fear you're one of the first users of the XCtest feature :) On 21/03/16 13:42, Vladimír Vondruš wrote: Hello, I came across this problem when trying to use XCTest macros ( https://cmake.org/cmake/help/latest/module/FindXCTest.html ) on iOS. When compiling for OSX, ctest properly exe

Re: [CMake] EFFECTIVE_PLATFORM_NAME not expanded in TARGET_* generator expressions on iOS

2016-03-29 Thread Ruslan Baratov via CMake
um: 29.03.2016 15:20 Předmět: Re: [CMake] EFFECTIVE_PLATFORM_NAME not expanded in TARGET_* generator expressions on iOS CC: cmake@cmake.org On 29-Mar-16 16:14, Vladimír Vondruš wrote: I saw that commit, yes. Since there is no additional round of variable expansion, wouldn't it

Re: [CMake] EFFECTIVE_PLATFORM_NAME not expanded in TARGET_* generator expressions on iOS

2016-03-29 Thread Vladimír Vondruš
__ > Od: Ruslan Baratov > Komu: "Vladimír Vondruš" > Datum: 29.03.2016 15:20 > Předmět: Re: [CMake] EFFECTIVE_PLATFORM_NAME not expanded in TARGET_* > generator expressions on iOS > > CC: cmake@cmake.org >On 29-Mar-16 16:14, Vladimír Vondruš wrote

Re: [CMake] EFFECTIVE_PLATFORM_NAME not expanded in TARGET_* generator expressions on iOS

2016-03-29 Thread Ruslan Baratov via CMake
e unconditional). Ruslo __ Od: Ruslan Baratov Komu: "Vladimír Vondruš" Datum: 21.03.2016 14:56 Předmět: Re: [CMake] EFFECTIVE_PLATFORM_NAME not expanded in TARGET_* generator expressions on iOS CC: cmake@cmake.org On 21-Mar-16 19:42, Vladimír Vondruš wrote: Hell

Re: [CMake] EFFECTIVE_PLATFORM_NAME not expanded in TARGET_* generator expressions on iOS

2016-03-29 Thread Vladimír Vondruš
e the latter is unusable, with the former I have at least the ability to use it with a single fixed SDK. Thanks mosra __ > Od: Ruslan Baratov > Komu: "Vladimír Vondruš" > Datum: 21.03.2016 14:56 > Předmět: Re: [CMake] EF

Re: [CMake] EFFECTIVE_PLATFORM_NAME not expanded in TARGET_* generator expressions on iOS

2016-03-21 Thread Ruslan Baratov via CMake
On 21-Mar-16 19:42, Vladimír Vondruš wrote: Hello, I came across this problem when trying to use XCTest macros ( https://cmake.org/cmake/help/latest/module/FindXCTest.html ) on iOS. When compiling for OSX, ctest properly executes all test cases, but when targeting iOS or iOS simulator, all th

[CMake] EFFECTIVE_PLATFORM_NAME not expanded in TARGET_* generator expressions on iOS

2016-03-21 Thread Vladimír Vondruš
Hello, I came across this problem when trying to use XCTest macros ( https://cmake.org/cmake/help/latest/module/FindXCTest.html ) on iOS. When compiling for OSX, ctest properly executes all test cases, but when targeting iOS or iOS simulator, all the test cases fail similarly to the following: