[CMake] CMake fixup_bundle DESTDIR problem

2018-06-26 Thread Randolph M. Fritz
ugins "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/plugins/platforms/libqcocoa.dylib") fixup_bundle("${CMAKE_INSTALL_PREFIX}/bin/rvu" "${plugins}" "/opt/local/libexec/qt5/lib;/opt/local/lib") -- Randolph M. Fritz || +1 206 659-8617 || rmfri...@gmail.com -- Po

Re: [CMake] cmake in MacPorts environment difficulties

2018-06-13 Thread Randolph M. Fritz
That could be. I'll have to see if I can figure a way to get MacPorts to cough up more information about the commands it is issuing; the MacPorts people ought to know. -- Randolph M. Fritz || +1 206 659-8617 || rmfri...@gmail.com On Wed, Jun 13, 2018 at 4:34 PM, Michael Jackson < m

[CMake] How do I enter an empty string to a cmake -i variable request?

2012-08-30 Thread Randolph M . Fritz
-- Randolph M. Fritz • rfr...@lbl.gov Environmental Energy Technologies Division • Lawrence Berkeley Labs -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at

Re: [CMake] FindX11 vs. Lion

2012-08-22 Thread Randolph M . Fritz
On 2012-08-21 20:00:44 +, Clifford Yapp said: On Tue, Aug 21, 2012 at 2:38 PM, Randolph M. Fritz wrote: What problems did your solutions address? I've skimmed them, but am not sure I understand them. I'd also be interested in hearing from anyone else who has done this, and e

Re: [CMake] FindX11 vs. Lion

2012-08-21 Thread Randolph M . Fritz
On 2012-08-18 01:11:57 +, Clifford Yapp said: On Fri, Aug 17, 2012 at 8:52 PM, Randolph M. Fritz wrote: Meantime, what would it take to get some Apple-specific support added to FindX11.cmake? If I did a version with some changes, would Kitware be interested in picking it up? It seems

Re: [CMake] FindX11 vs. Lion

2012-08-17 Thread Randolph M . Fritz
[This may be a repost. If you're seeing it twice, my apologies.] On 2012-08-17 20:28:40 +, Clifford Yapp said: BRL-CAD attempts to address this with a combination of a module for managing Fink and MacPorts search paths and our own variation on FindX11.cmake: […] Thanks! Not sure how [the

[CMake] FindX11 vs. Lion

2012-08-17 Thread Randolph M . Fritz
be similar to the older Apple server. -- Randolph M. Fritz • rfr...@lbl.gov Environmental Energy Technologies Division • Lawrence Berkeley Labs -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages

Re: [CMake] Mac debugging: provide a local FindX11.cmake?

2012-08-16 Thread Randolph M . Fritz
. I added: set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMakeFiles") to the top of CMakeLists.txt and, as far as I can tell, it's not doing anything. I can't see CMAKE_MODULE_PATH in the cache. What am I missing here? -- Randolph M. Fritz • rfr...@lbl.gov Environmental

Re: [CMake] Mac debugging: provide a local FindX11.cmake?

2012-08-16 Thread Randolph M . Fritz
On 2012-08-16 19:23:34 +, Andreas Pakulat said: You can simply set CMAKE_MODULE_PATH to a directory to get cmake to search that first for find-modules. The usual idiom is to have a cmake dir in the project and set the variable to that. Thanks, that helps a lot! -- Randolph M. Fritz

[CMake] Mac debugging: provide a local FindX11.cmake?

2012-08-16 Thread Randolph M . Fritz
I'm having problems find_package(X11) on Mac, and I'd like to provide a local FindX11.cmake so I can try alternatives without altering my cmake install. Is there any easy way to do that? -- Randolph M. Fritz • rfr...@lbl.gov Environmental Energy Technologies Division • Lawrence Ber