[Cmake-commits] CMake branch, master, updated. v3.13.0-rc2-232-g9330afe

2018-10-29 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
   via  9330afea04d8e5c8f5c867af43a95fef0ad08d35 (commit)
  from  d697f4eb489ee42a08f2a15efffe55e1c29860b7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9330afea04d8e5c8f5c867af43a95fef0ad08d35
commit 9330afea04d8e5c8f5c867af43a95fef0ad08d35
Author: Kitware Robot 
AuthorDate: Tue Oct 30 00:01:08 2018 -0400
Commit: Kitware Robot 
CommitDate: Tue Oct 30 00:01:08 2018 -0400

CMake Nightly Date Stamp

diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 2c106b6..75d68d3 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -1,5 +1,5 @@
 # CMake version number components.
 set(CMake_VERSION_MAJOR 3)
 set(CMake_VERSION_MINOR 13)
-set(CMake_VERSION_PATCH 20181029)
+set(CMake_VERSION_PATCH 20181030)
 #set(CMake_VERSION_RC 1)

---

Summary of changes:
 Source/CMakeVersion.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
https://cmake.org/mailman/listinfo/cmake-commits


Re: [CMake] About FindBoost.cmake

2018-10-29 Thread Michael Ellery
I’m guessing you want to set Boost_USE_DEBUG_RUNTIME:

https://github.com/Kitware/CMake/blob/master/Modules/FindBoost.cmake#L1467


> On Oct 29, 2018, at 4:29 PM, Osman Zakir  wrote:
> 
> Hi again, everyone.
> 
> I noticed that FindBoost.cmake has "-d" set as the Boost debug ABI tag even 
> though the Boost libraries actually use "-gd".  I installed the latet release 
> of CMake just now, which has Boost 1.68.0 listed as a test version, and it 
> has this problem too.  For Boost.Filesystem, if it's an x64 multithreaded 
> debug lib (just take this as an example), the filename is 
> "libboost_filesystem-vc141-mt-gd-x64-1_68.lib".  For x86 it'd be 
> "libboost_filesystem-vc141-mt-gd-x32-1_68.lib".  
> 
> Just thought I'd send this email to report this.  
> -- 
> 
> 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, please visit:
> 
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
> 
> Visit other Kitware open-source projects at 
> http://www.kitware.com/opensource/opensource.html
> 
> Follow this link to subscribe/unsubscribe:
> https://cmake.org/mailman/listinfo/cmake

-- 

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, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


[CMake] About FindBoost.cmake

2018-10-29 Thread Osman Zakir
Hi again, everyone.

I noticed that FindBoost.cmake has "-d" set as the Boost debug ABI tag even 
though the Boost libraries actually use "-gd".  I installed the latet release 
of CMake just now, which has Boost 1.68.0 listed as a test version, and it has 
this problem too.  For Boost.Filesystem, if it's an x64 multithreaded debug lib 
(just take this as an example), the filename is 
"libboost_filesystem-vc141-mt-gd-x64-1_68.lib".  For x86 it'd be 
"libboost_filesystem-vc141-mt-gd-x32-1_68.lib".

Just thought I'd send this email to report this.
-- 

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, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


Re: [CMake] Removing rpath paths

2018-10-29 Thread Alexander Neundorf
On 2018 M10 28, Sun 18:46:24 CET you wrote:
> El 28/10/18 a las 18:32, Alexander Neundorf escribió:
> > well, then you do have some RPATH/RUNPATH somewhere ;-). As you say
> > probably in the libraries.
> > ld.so.conf could also contains additional search directories, but I doubt
> > that that's the case for you.
> 
> Yes, I found two libraries with rpath in them.  I used the commandline:
> 
> chrpath -d library
> 
> to remove it.  Now all is fine with the world.

Ok.
Then actually you shouldn't need any RPATH settings.
The default by cmake is that you get the full RPATH in the build tree and an 
empty RPATH in the install tree.

Alex



-- 

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, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


Re: [CMake] TARGET_FILE generator expression and multi-config (i.e. VS)

2018-10-29 Thread Hendrik Greving
Ok thanks

On Mon, Oct 29, 2018 at 9:45 AM Robert Maynard 
wrote:

> The TARGET_FILE generator expression will give you the per-config
> location for multi-config generators.
> On Mon, Oct 29, 2018 at 11:15 AM Hendrik Greving
>  wrote:
> >
> > Subject: $
> > Thanks
> >
> > On Mon, Oct 29, 2018 at 7:56 AM Robert Maynard <
> robert.mayn...@kitware.com> wrote:
> >>
> >> I am not seeing any generator expression
> >> On Thu, Oct 25, 2018 at 2:25 PM Hendrik Greving
> >>  wrote:
> >> >
> >> > Hi @ll, does the generator expression above add a per-config subdir
> for multi-config generators?
> >> > Thanks in advance
> >> > --
> >> >
> >> > 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, please visit:
> >> >
> >> > CMake Support: http://cmake.org/cmake/help/support.html
> >> > CMake Consulting: http://cmake.org/cmake/help/consulting.html
> >> > CMake Training Courses: http://cmake.org/cmake/help/training.html
> >> >
> >> > Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
> >> >
> >> > Follow this link to subscribe/unsubscribe:
> >> > https://cmake.org/mailman/listinfo/cmake
>
-- 

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, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


Re: [CMake] TARGET_FILE generator expression and multi-config (i.e. VS)

2018-10-29 Thread Robert Maynard
The TARGET_FILE generator expression will give you the per-config
location for multi-config generators.
On Mon, Oct 29, 2018 at 11:15 AM Hendrik Greving
 wrote:
>
> Subject: $
> Thanks
>
> On Mon, Oct 29, 2018 at 7:56 AM Robert Maynard  
> wrote:
>>
>> I am not seeing any generator expression
>> On Thu, Oct 25, 2018 at 2:25 PM Hendrik Greving
>>  wrote:
>> >
>> > Hi @ll, does the generator expression above add a per-config subdir for 
>> > multi-config generators?
>> > Thanks in advance
>> > --
>> >
>> > 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, please visit:
>> >
>> > CMake Support: http://cmake.org/cmake/help/support.html
>> > CMake Consulting: http://cmake.org/cmake/help/consulting.html
>> > CMake Training Courses: http://cmake.org/cmake/help/training.html
>> >
>> > Visit other Kitware open-source projects at 
>> > http://www.kitware.com/opensource/opensource.html
>> >
>> > Follow this link to subscribe/unsubscribe:
>> > https://cmake.org/mailman/listinfo/cmake
-- 

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, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


[CMake] FindMPI troubles on macOS w/ small reproducer

2018-10-29 Thread Zaak Beekman
; On Mon, Oct 29, 2018 at 7:56 AM Robert Maynard  >
> wrote:
>
> > I am not seeing any generator expression
> > On Thu, Oct 25, 2018 at 2:25 PM Hendrik Greving
> >  wrote:
> > >
> > > Hi @ll, does the generator expression above add a per-config subdir for
> > multi-config generators?
> > > Thanks in advance
> > > --
> > >
> > > 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, please visit:
> > >
> > > CMake Support: http://cmake.org/cmake/help/support.html
> > > CMake Consulting: http://cmake.org/cmake/help/consulting.html
> > > CMake Training Courses: http://cmake.org/cmake/help/training.html
> > >
> > > Visit other Kitware open-source projects at
> > http://www.kitware.com/opensource/opensource.html
> > >
> > > Follow this link to subscribe/unsubscribe:
> > > https://cmake.org/mailman/listinfo/cmake
> >
> -- next part --
> An HTML attachment was scrubbed...
> URL: <
> https://cmake.org/pipermail/cmake/attachments/20181029/80fe6146/attachment-0001.html
> >
>
> --
>
> Subject: Digest Footer
>
> --
>
> 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, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> https://cmake.org/mailman/listinfo/cmake
>
>
> --
>
> End of CMake Digest, Vol 174, Issue 67
> **
>
-- 

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, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


Re: [CMake] TARGET_FILE generator expression and multi-config (i.e. VS)

2018-10-29 Thread Hendrik Greving
Subject: $
Thanks

On Mon, Oct 29, 2018 at 7:56 AM Robert Maynard 
wrote:

> I am not seeing any generator expression
> On Thu, Oct 25, 2018 at 2:25 PM Hendrik Greving
>  wrote:
> >
> > Hi @ll, does the generator expression above add a per-config subdir for
> multi-config generators?
> > Thanks in advance
> > --
> >
> > 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, please visit:
> >
> > CMake Support: http://cmake.org/cmake/help/support.html
> > CMake Consulting: http://cmake.org/cmake/help/consulting.html
> > CMake Training Courses: http://cmake.org/cmake/help/training.html
> >
> > Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
> >
> > Follow this link to subscribe/unsubscribe:
> > https://cmake.org/mailman/listinfo/cmake
>
-- 

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, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


Re: [CMake] CMake script mode not backward compatible?

2018-10-29 Thread Brad King
On 10/29/2018 04:28 AM, Damien R wrote:
> Hi,
> 
> Since cmake 3.10, using cmake in script mode (-P) produce an error with the
> following script:
> 
> cmake_minimum_required(VERSION 3.9)
> set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL FALSE)
> 
> I did not see something related in the release notes of cmake 3.10 so I
> would like to know if it is a regression, or if I was lucky that it worked
> in cmake prior to 3.10?

It was broken by accident.  I've opened an issue:

  https://gitlab.kitware.com/cmake/cmake/issues/18523

Please follow progress there.

FWIW, there is little reason to use this command in script mode.

Thanks,
-Brad
-- 

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, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


Re: [CMake] TARGET_FILE generator expression and multi-config (i.e. VS)

2018-10-29 Thread Robert Maynard
I am not seeing any generator expression
On Thu, Oct 25, 2018 at 2:25 PM Hendrik Greving
 wrote:
>
> Hi @ll, does the generator expression above add a per-config subdir for 
> multi-config generators?
> Thanks in advance
> --
>
> 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, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at 
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> https://cmake.org/mailman/listinfo/cmake
-- 

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, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


[Cmake-commits] CMake branch, master, updated. v3.13.0-rc2-231-gd697f4e

2018-10-29 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
   via  d697f4eb489ee42a08f2a15efffe55e1c29860b7 (commit)
   via  d6b7c037b2e360c7b3f3e6952ddc108746274b05 (commit)
   via  bcd61da3503be85d247657827e5fb08db3ecf07d (commit)
   via  213433858f6962be8709b4e3b9332ce1a103b54b (commit)
   via  a4e9391953b9906b085cbc1c6d6909d049e540dd (commit)
   via  50c4dec07267c8678302b0c4cf0c89a5a02b1d6b (commit)
  from  f0a9094d809a80ef754642b13d7b66a90b61cee7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d697f4eb489ee42a08f2a15efffe55e1c29860b7
commit d697f4eb489ee42a08f2a15efffe55e1c29860b7
Merge: d6b7c03 2134338
Author: Brad King 
AuthorDate: Mon Oct 29 13:57:52 2018 +
Commit: Kitware Robot 
CommitDate: Mon Oct 29 09:58:00 2018 -0400

Merge topic 'target_property-clarification'

213433858f Help: Clarify usage of TARGET_PROPERTY generator expression

Acked-by: Kitware Robot 
Merge-request: !2535


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d6b7c037b2e360c7b3f3e6952ddc108746274b05
commit d6b7c037b2e360c7b3f3e6952ddc108746274b05
Merge: bcd61da a4e9391
Author: Brad King 
AuthorDate: Mon Oct 29 13:57:10 2018 +
Commit: Kitware Robot 
CommitDate: Mon Oct 29 09:57:17 2018 -0400

Merge topic 'ExternalProject-log-patch'

a4e9391953 ExternalProject: add LOG_PATCH option to log the patch command

Acked-by: Kitware Robot 
Merge-request: !2534


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bcd61da3503be85d247657827e5fb08db3ecf07d
commit bcd61da3503be85d247657827e5fb08db3ecf07d
Merge: f0a9094 50c4dec
Author: Brad King 
AuthorDate: Mon Oct 29 13:56:18 2018 +
Commit: Kitware Robot 
CommitDate: Mon Oct 29 09:56:25 2018 -0400

Merge topic 'graphviz-fix-alias'

50c4dec072 graphviz: dereference ALIAS targets

Acked-by: Kitware Robot 
Merge-request: !2521


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=213433858f6962be8709b4e3b9332ce1a103b54b
commit 213433858f6962be8709b4e3b9332ce1a103b54b
Author: Kyle Edwards 
AuthorDate: Fri Oct 26 11:55:34 2018 -0400
Commit: Kyle Edwards 
CommitDate: Fri Oct 26 14:43:17 2018 -0400

Help: Clarify usage of TARGET_PROPERTY generator expression

When using $, the value of prop comes from
the consuming target rather than the current target. Add a note to
clarify this.

diff --git a/Help/manual/cmake-generator-expressions.7.rst 
b/Help/manual/cmake-generator-expressions.7.rst
index 0826ce0..bddf827 100644
--- a/Help/manual/cmake-generator-expressions.7.rst
+++ b/Help/manual/cmake-generator-expressions.7.rst
@@ -238,7 +238,10 @@ Available informational expressions are:
   expression is evaluated on.
 ``$``
   Value of the property ``prop`` on the target on which the generator
-  expression is evaluated.
+  expression is evaluated. Note that for generator expressions in
+  :ref:`Target Usage Requirements` this is the value of the property
+  on the consuming target rather than the target specifying the
+  requirement.
 ``$``
   Content of the install prefix when the target is exported via
   :command:`install(EXPORT)` and empty otherwise.

https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a4e9391953b9906b085cbc1c6d6909d049e540dd
commit a4e9391953b9906b085cbc1c6d6909d049e540dd
Author: Wouter Klouwen 
AuthorDate: Fri Oct 26 12:44:14 2018 +0100
Commit: Wouter Klouwen 
CommitDate: Fri Oct 26 16:50:23 2018 +0100

ExternalProject: add LOG_PATCH option to log the patch command

Most steps support the logging into a file but the patch command is a
notable exception. This commit adds the LOG_PATCH options that acts as
the other LOG_* options.

diff --git a/Auxiliary/vim/syntax/cmake.vim b/Auxiliary/vim/syntax/cmake.vim
index 25384e4..d4d0edf 100644
--- a/Auxiliary/vim/syntax/cmake.vim
+++ b/Auxiliary/vim/syntax/cmake.vim
@@ -877,6 +877,7 @@ syn keyword cmakeKWExternalProject contained
 \ LOG_DOWNLOAD
 \ LOG_INSTALL
 \ LOG_MERGED_STDOUTERR
+\ LOG_PATCH
 \ LOG_TEST
 \ LOG_UPDATE
 \ MAKE_EXE
diff --git a/Help/release/dev/ExternalProject-log-options.rst 
b/Help/release/dev/ExternalProject-log-options.rst
index 2fc4c4f..88bc799 100644
--- a/Help/release/dev/ExternalProject-log-options.rst
+++ b/Help/release/dev/ExternalProject-log-options.rst
@@ -3,3 +3,6 @@ ExternalProject-log-options
 
 * The :module:`ExternalProject` module :command:`ExternalProject_Add` command
   gained ``LOG_DIR`` and ``LOG_MERGED_STDOUTERR`` options to control logging.

Re: [CMake] Specifying Boost or third-party library paths to CMake

2018-10-29 Thread Roger Leigh

On 29/10/2018 13:49, Osman Zakir wrote:
How do I specify the path to the installations of third-party libraries 
to CMake?  Both GUI and command line.  I want to specify the path to the 
Boost libraries.  I'd also like to know if I just need to specify the 
path to the Boost Root or if I also need to specify the path to the 
directory where the compiled binaries are.  Or both.


Use -DCMAKE_PREFIX_PATH:PATH=/path/to/boost:…

The root directory is sufficient; the other paths will all be found 
relative to this location.

--

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, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


[CMake] Specifying Boost or third-party library paths to CMake

2018-10-29 Thread Osman Zakir
How do I specify the path to the installations of third-party libraries to 
CMake?  Both GUI and command line.  I want to specify the path to the Boost 
libraries.  I'd also like to know if I just need to specify the path to the 
Boost Root or if I also need to specify the path to the directory where the 
compiled binaries are.  Or both.
-- 

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, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


[Cmake-commits] CMake branch, master, updated. v3.13.0-rc2-225-gf0a9094

2018-10-29 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
   via  f0a9094d809a80ef754642b13d7b66a90b61cee7 (commit)
   via  4eb77958d208c338c9bfcc32857531eaed78ee73 (commit)
   via  0f84db3af4403211de9371491d1ad8182969db49 (commit)
   via  6ece73dccb37278b92e631e1135283ae374f0aa7 (commit)
   via  379e5f93a9307eb77cf35052e83853939573ae44 (commit)
   via  5873815fef1df2dadfeaa8a13190d0365f77838a (commit)
   via  b2c85cb698a922c0e87eb9f4a266be83625e97b7 (commit)
   via  786dddc0fd0439b7f7ba1f062d60720f16627856 (commit)
   via  53e65e8e0a91f7b83e2f0f27781e75c2868a321d (commit)
   via  24fa04018cbfcbbd9c52418be2ead8802eb361c4 (commit)
  from  01c6f99c2d7278d41aa4832df739d4ac1849258c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f0a9094d809a80ef754642b13d7b66a90b61cee7
commit f0a9094d809a80ef754642b13d7b66a90b61cee7
Merge: 4eb7795 24fa040
Author: Brad King 
AuthorDate: Mon Oct 29 13:25:30 2018 +
Commit: Kitware Robot 
CommitDate: Mon Oct 29 09:30:25 2018 -0400

Merge topic 'no-smiley'

24fa04018c Help: Spell out ";-list" as "semicolon-separated list"

Acked-by: Kitware Robot 
Merge-request: !2528


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4eb77958d208c338c9bfcc32857531eaed78ee73
commit 4eb77958d208c338c9bfcc32857531eaed78ee73
Merge: 0f84db3 379e5f9
Author: Brad King 
AuthorDate: Mon Oct 29 13:26:12 2018 +
Commit: Kitware Robot 
CommitDate: Mon Oct 29 09:29:34 2018 -0400

Merge topic 'minusCparse'

379e5f93a9 Tests: Add cases for -{C,D,U} without a source tree
5873815fef cmake: distinguish '-Cpath' from '-C path' in source dir parsing

Acked-by: Kitware Robot 
Merge-request: !2517


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0f84db3af4403211de9371491d1ad8182969db49
commit 0f84db3af4403211de9371491d1ad8182969db49
Merge: 6ece73d b2c85cb
Author: Brad King 
AuthorDate: Mon Oct 29 13:25:03 2018 +
Commit: Kitware Robot 
CommitDate: Mon Oct 29 09:27:23 2018 -0400

Merge topic 'appdef-stdstring'

b2c85cb698 cmLocalGenerator::AppendDefines: Remove const char* overloads

Acked-by: Kitware Robot 
Merge-request: !2533


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6ece73dccb37278b92e631e1135283ae374f0aa7
commit 6ece73dccb37278b92e631e1135283ae374f0aa7
Merge: 01c6f99 786dddc
Author: Brad King 
AuthorDate: Mon Oct 29 13:24:37 2018 +
Commit: Kitware Robot 
CommitDate: Mon Oct 29 09:25:46 2018 -0400

Merge topic 'EnableIPOBuild'

786dddc0fd Add option to build CMake itself with IPO/LTO
53e65e8e0a curl: Do not call cmake_minimum_required inside CMake itself

Acked-by: Kitware Robot 
Merge-request: !2505


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=379e5f93a9307eb77cf35052e83853939573ae44
commit 379e5f93a9307eb77cf35052e83853939573ae44
Author: Brad King 
AuthorDate: Fri Oct 26 09:52:36 2018 -0400
Commit: Brad King 
CommitDate: Fri Oct 26 10:56:46 2018 -0400

Tests: Add cases for -{C,D,U} without a source tree

diff --git a/Tests/RunCMake/CommandLine/C-no-file-stderr.txt 
b/Tests/RunCMake/CommandLine/C-no-file-stderr.txt
index 5315f59..2a4ee64 100644
--- a/Tests/RunCMake/CommandLine/C-no-file-stderr.txt
+++ b/Tests/RunCMake/CommandLine/C-no-file-stderr.txt
@@ -1,3 +1,3 @@
 ^CMake Error: Error processing file: nosuchcachefile.txt
-CMake Error: The source directory 
".*/Tests/RunCMake/CommandLine/C-no-file-build/nosuchcachefile.txt" does not 
exist.
+CMake Error: The source directory 
".*/Tests/RunCMake/CommandLine/C-no-file-build" does not appear to contain 
CMakeLists.txt.
 Specify --help for usage, or press the help button on the CMake GUI.$
diff --git a/Tests/RunCMake/CommandLine/Cno-file-result.txt 
b/Tests/RunCMake/CommandLine/Cno-file-result.txt
new file mode 100644
index 000..d00491f
--- /dev/null
+++ b/Tests/RunCMake/CommandLine/Cno-file-result.txt
@@ -0,0 +1 @@
+1
diff --git a/Tests/RunCMake/CommandLine/C-no-file-stderr.txt 
b/Tests/RunCMake/CommandLine/Cno-file-stderr.txt
similarity index 76%
copy from Tests/RunCMake/CommandLine/C-no-file-stderr.txt
copy to Tests/RunCMake/CommandLine/Cno-file-stderr.txt
index 5315f59..67a2032 100644
--- a/Tests/RunCMake/CommandLine/C-no-file-stderr.txt
+++ b/Tests/RunCMake/CommandLine/Cno-file-stderr.txt
@@ -1,3 +1,3 @@
 ^CMake Error: Error processing file: nosuchcachefile.txt
-CMake Error: The source directory 
".*/Tests/RunCMake/CommandLine/C-no-file-build/nosuchcachefile.txt" does not 
exist.
+CMake Error: The source directory 

[CMake] CMake script mode not backward compatible?

2018-10-29 Thread Damien R
Hi,

Since cmake 3.10, using cmake in script mode (-P) produce an error with the
following script:

cmake_minimum_required(VERSION 3.9)
set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL FALSE)

I did not see something related in the release notes of cmake 3.10 so I
would like to know if it is a regression, or if I was lucky that it worked
in cmake prior to 3.10?

Damien R.
-- 

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, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake