Re: [CMake] ExternalProject_Add Visual Studio build Install Target

2019-10-20 Thread J Decker
On Sat, Aug 31, 2019 at 9:56 PM J Decker wrote: > Why does it seem I'm the only one with this problem? > This is an external CMakeLists.txt that fails. cmake_minimum_required(VERSION 3.15) set_property(GLOBAL PROPERTY USE_FOLDERS On) project( B ) include( ExternalProject ) add_executable

Re: [CMake] ExternalProject_Add Visual Studio build Install Target

2019-08-31 Thread J Decker
Why does it seem I'm the only one with this problem? I've recently updated this other portable system while I'm on the road, and the latest version of course fails the same way. The Current build output 1>-- Build started: Project: intershell (ExternalProjectTargets\intershell\intershell

[CMake] ExternalProject_Add Visual Studio build Install Target

2019-04-25 Thread J Decker
I've had to make this modification the last few versions... cmake/share/cmake-3.14/Modules/ExternalProject.cmake line 1870 from if(step STREQUAL "INSTALL") list(APPEND args --target install) endif() to if(step STREQUAL "INSTALL") list(APPEND args --target INST