Re: [CMake] Cannot seem to add include directory

2017-11-22 Thread Michael Powell
On Wed, Nov 22, 2017 at 1:45 PM, Michael Powell wrote: > Hello, > > I have a couple of libraries added, one SHARED and the other STATIC, > for which I want to add include directories, but they are not adding. Oh, okay... So they are being added under "additional include dire

[CMake] Cannot seem to add include directory

2017-11-22 Thread Michael Powell
; ) Where MY_PROJECT_NAME_SHARED if my project name. I've also tried with the $, to no avail. I review my VS2015 project settings and I do not see any directories changing after the solution reloads. Cheers, Michael Powell -- Powered by www.kitware.com Please keep messages on-topic and

Re: [CMake] Finding package for 7-zip comprehension

2017-11-21 Thread Michael Powell
Okay, this seems great for Zip and for 7z. My guess is it is an open issue for Gzip? https://cmake.org/Bug/view.php?id=10973 (0010973: Add a cmake -E command to access gzip/gunzip) On Tue, Nov 21, 2017 at 10:58 AM, Michael Powell wrote: > On Tue, Nov 21, 2017 at 10:54 AM, Michael Pow

Re: [CMake] Finding package for 7-zip comprehension

2017-11-21 Thread Michael Powell
On Tue, Nov 21, 2017 at 10:54 AM, Michael Powell wrote: > On Tue, Nov 21, 2017 at 10:49 AM, Michael Powell > wrote: >> On Tue, Nov 21, 2017 at 10:47 AM, CHEVRIER, Marc >> wrote: >>> “cmake –E tar” supports 7-zip format. Use option –format=7zip (see >>&g

Re: [CMake] Finding package for 7-zip comprehension

2017-11-21 Thread Michael Powell
On Tue, Nov 21, 2017 at 10:49 AM, Michael Powell wrote: > On Tue, Nov 21, 2017 at 10:47 AM, CHEVRIER, Marc > wrote: >> “cmake –E tar” supports 7-zip format. Use option –format=7zip (see >> https://cmake.org/cmake/help/v3.9/manual/cmake.1.html). > > Ah! This I did not k

Re: [CMake] Finding package for 7-zip comprehension

2017-11-21 Thread Michael Powell
of Konstantin Tokarev" > wrote: > > > > 21.11.2017, 18:38, "Michael Powell" : > > Hello, > > > > Does anyone happen to know, is there 7-zip comprehension in CMake > > today? i.e., that something like this could be d

Re: [CMake] Finding package for 7-zip comprehension

2017-11-21 Thread Michael Powell
On Tue, Nov 21, 2017 at 10:43 AM, Konstantin Tokarev wrote: > > > 21.11.2017, 18:38, "Michael Powell" : >> Hello, >> >> Does anyone happen to know, is there 7-zip comprehension in CMake >> today? i.e., that something like this could be done:

[CMake] Finding package for 7-zip comprehension

2017-11-21 Thread Michael Powell
I am running the latest stable v3.9, that I know of. Thanks! Cheers, Michael Powell -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more informati

[CMake] SWIG out of place comprehension

2017-10-30 Thread Michael Powell
d to do some SED to root those correctly with the CMake/SWIG working directory and/or include directory. Thoughts? Hints? Tips? Tricks? Thank you! Cheers, Michael Powell -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ

Re: [CMake] HELP: CMake "cache" stuck after renaming project path

2017-10-23 Thread Michael Powell
On Mon, Oct 23, 2017 at 8:21 AM, Michael Powell wrote: > HELP! > > As the subject says, I renamed the project folder to a saner location > (for me anyway), which is now causing CMake to complain about its > "cache". Somehow or another it is stuck on the previous path. It

[CMake] HELP: CMake "cache" stuck after renaming project path

2017-10-23 Thread Michael Powell
tion. The cache does indeed reflect the old path. In spite of the fact I am telling CMake the correct path where the source code is. I am running v3.9.2 on Windows 7. Muy frustrated! HELP! Cheers, Michael Powell -- Powered by www.kitware.com Please keep messages on-topic and check the

Re: [CMake] Building Boost as an ExternalProject

2017-10-02 Thread Michael Powell
#x27;t know, I'm not aware. So with this, it is a key departure from EP_Add in that it "helps" the build system along. That was going to be my next approach. I still think EP_Add should work, but I'm not sure what it is missing. Maybe a simple \b2 ? > On Mon, 2017-10-02 at

Re: [CMake] Building Boost as an ExternalProject

2017-10-02 Thread Michael Powell
' 'link=static' 'stage' '--prefix=G:/Source/Spikes/nanomsg/cppnngswig-working/boostbuild' > In our project the depends on boost we just add have: > target_link_libraries(... boost) > > -Jake > > > > On Mon, Oct 2, 2017 at 12:38 PM Michael Pow

Re: [CMake] Building Boost as an ExternalProject

2017-10-02 Thread Michael Powell
On Mon, Oct 2, 2017 at 3:06 PM, Michael Powell wrote: > On Mon, Oct 2, 2017 at 2:34 PM, Michael Powell wrote: >> Hello, >> >> This question has been raised from time to time I think. I am trying >> to build Boost as an ExternalProject, but I am ending up with an >&g

Re: [CMake] Building Boost as an ExternalProject

2017-10-02 Thread Michael Powell
On Mon, Oct 2, 2017 at 2:34 PM, Michael Powell wrote: > Hello, > > This question has been raised from time to time I think. I am trying > to build Boost as an ExternalProject, but I am ending up with an > error: 'cmd.exe' returned with exit code 1. Along these lines. &

[CMake] Building Boost as an ExternalProject

2017-10-02 Thread Michael Powell
e. BUILD_COMMAND ${BOOST_BUILD_CMD} --with-test toolset=${BOOST_TOOLSET} variant=debug link=static stage --prefix=${BOOST_BUILD_PREFIX} LOG_DOWNLOAD ON LOG_UPDATE ON LOG_CONFIGURE ON LOG_BUILD ON LOG_INSTALL ON ) Cheers, Michael Powell -- Powered by www.kitware.com Please keep m

Re: [CMake] Execute CMake process not working: source directory confusion

2017-09-28 Thread Michael Powell
On Thu, Sep 28, 2017 at 1:42 PM, Petr Kmoch wrote: > (Added list back to copy) > > On 28 September 2017 at 18:53, Michael Powell wrote: >> >> [...] >> >> >> >> Curious CMake would "see" the ENTIRE argument string as >> >>

Re: [CMake] Execute CMake process not working: source directory confusion

2017-09-28 Thread Michael Powell
On Thu, Sep 28, 2017 at 12:53 PM, Michael Powell wrote: > On Thu, Sep 28, 2017 at 12:36 PM, Petr Kmoch wrote: >> Hi Michael. >> >> On 28 September 2017 at 18:18, Michael Powell wrote: >>> >>> On Thu, Sep 28, 2017 at 12:06 PM, Michael Powell >&g

Re: [CMake] Execute CMake process not working: source directory confusion

2017-09-28 Thread Michael Powell
On Thu, Sep 28, 2017 at 12:06 PM, Michael Powell wrote: > -- Forwarded message -- > From: Michael Powell > Date: Thu, Sep 28, 2017 at 12:06 PM > Subject: Execute CMake process not working: source directory confusion > To: cmake@cmake.org > > > Hello, >

[CMake] Execute CMake process not working: source directory confusion

2017-09-28 Thread Michael Powell
ange moving forward. cppnng_nng_add_cmake_var ("NNG_ENABLE_ZEROTIER" BOOL OFF) # message (FATAL_ERROR "options: ${CPPNNG_NNG_CMAKE_OPTIONS}") # message (STATUS "${REPLACED_TYPES}") message (STATUS "Invoking CMake: " "${CMAKE_COMMAND}" ${CP

Re: [CMake] External Projects: just what are they?

2017-09-28 Thread Michael Powell
On Wed, Sep 27, 2017 at 11:17 PM, Michael Powell wrote: > Hello, > > I am trying to understand external projects. What are they? What kind > of support is there for them? Based on a couple of the blogs I read about it, I'm not sure this is trying to do too much, but I could

Re: [CMake] External Projects: just what are they?

2017-09-27 Thread Michael Powell
ut is this even possible? Thanks! Cheers, Michael Powell -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, pleas

[CMake] CMake GUI "stuck" state

2017-09-27 Thread Michael Powell
akeLists.txt and want to test the change. I am using CMake v3.9.2 for Windows at the moment. Cheers, Michael Powell -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake

Re: [CMake] Changing the actual "src" directory where VS project and/or sln files are rooted

2017-09-16 Thread Michael Powell
On Sat, Sep 16, 2017 at 5:44 PM, J Decker wrote: > > > On Sat, Sep 16, 2017 at 2:25 PM, Michael Powell > wrote: >> >> Hello, >> >> Sorry if this seems like a rookie/novice question. I'm not new to >> CI/CD, however; this question may have been as

[CMake] Changing the actual "src" directory where VS project and/or sln files are rooted

2017-09-16 Thread Michael Powell
se, perhaps I simply have CMake generate the penultimate build structure. Close behind those questions is how to avoid outputs like ALL_BUILD and ZERO_CHECK. Those are not necessary, or perhaps are don't care, especially if output can land in $/src as envisioned. Thank you! Regards, M