Re: [CMake] CMake link to external library

2019-11-12 Thread Andrew Bell
problem during start application: > error while loading shared libraries: libfoo.so.3: cannot open shared > object file: No such file or directory > > Could anybody help me in this problem? > https://unix.stackexchange.com/questions/22926/where-do-executables-look-for-shared

[CMake] FindOpenSSL.cmake

2019-02-01 Thread Andrew Bell
. A look at FindOpenSSL.cmake makes it seem as if the version is used when finding the header files, but not the libraries. Other than overriding cache entries, is there a way to fix the FindOpenSSL.cmake that would solve the problem? Other suggestions? -- Andrew Bell andrew.bell...@gmail.com

[CMake] Static Libraries and target_link_libraries

2019-01-25 Thread Andrew Bell
en someone uses PUBLIC or PRIVATE with target_link_libraries on a static library to make it clear that they may not be understanding what's going on? -- Andrew Bell andrew.bell...@gmail.com -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmak

[CMake] Export Linker Script

2018-12-06 Thread Andrew Bell
the proper directory location (no -L option for the library location). Any help appreciated, -- Andrew Bell andrew.bell...@gmail.com -- 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

Re: [CMake] ctest to output files

2018-08-01 Thread Andrew Bell
gt; 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: > ht

Re: [CMake] GLOB_RECURSE

2018-07-25 Thread Andrew Bell
Michael, It's not clear what you're asking. You need to say what you're trying to achieve, your expected result, and the result that you believe incorrect. On Wed, Jul 25, 2018, 9:02 PM Michael Hennebry < michael.henne...@rivieranexus.com> wrote: > frodak wrote: > I think you want to try for

[CMake] Regex Matching

2017-08-23 Thread Andrew Bell
cmake always search for a subexpression? Is there some way to prevent this behaivor? Thanks, -- Andrew Bell andrew.bell...@gmail.com -- 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

Re: [CMake] my first experiences

2017-06-09 Thread Andrew Bell
ormation 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

Re: [CMake] Single Letter Omissions From File Path In Linker

2016-10-14 Thread Andrew Bell
ve to reinstall Windows? What about just using another build directory? It sure *seems* like there's some problem in your CMakeFiles.txt where the way the filepath is being constructed is incorrect. But I don't think you've really provided enough information to determine the problem. Where do

[CMake] Finding Packages Installed in Non-Standard Locations

2016-02-03 Thread Andrew Bell
rather than the installed location. Is there some way I can install target files to a non-standard location but be sure that Config.cmake can be found without explicitly installing it into something like /usr/lib/cmake/PROJECT? Thanks, -- Andrew Bell andrew.bell...@gmail.com -- Powered

[CMake] Policy Scope/Stack

2014-11-06 Thread Andrew Bell
isn't set though I think it should be? In particular, I'm dealing with CMP0042 and the documentation isn't clear which command (add_library() or target_link_library()) might be causing the policy warning. Thanks, -- Andrew Bell andrew.bell...@gmail.com -- Powered by www.kitware.com Please