[cmake-developers] Proper way to find 64-bit version of a library (or specifically OSG)

2015-05-12 Thread Mattias Helsing
Hi all, I'm wondering what the proper way is to go about finding 64-bit versions of a library. My situation is that I have built OpenSceneGraph 64-bit and installed it. The libraries end up in /usr/whatever/lib64. But to be able to find the libraries I needed to modify

[CMake] Make NSIS generator generate installer that requires admin or power user

2012-01-31 Thread Mattias Helsing
Hi, I'm a user of the NSIS generator of CPack to generate nice windows installers. Often lately I have embedded external installers with my installer and then run them as part of my installer. This is working really nice except for one thing; if you need to install drivers or services the entire

Re: [CMake] Make NSIS generator generate installer that requires admin or power user

2012-01-31 Thread Mattias Helsing
...and of course I forgot the patch. Here it is. Mattias On Wed, Feb 1, 2012 at 12:06 AM, Mattias Helsing helsin...@gmail.com wrote: Hi, I'm a user of the NSIS generator of CPack to generate nice windows installers. Often lately I have embedded external installers with my installer

[CMake] printing a message post make install

2009-01-27 Thread Mattias Helsing
Hi all, I need to notify users right after they have done 'make install' and my idea was to put a: install(CODE MESSAGE(\some message\)) ...last in my top-level CMakeLists.txt. This won't work as the message will get printed before all the Installing... and Up-to-date... messages. Is there any

[CMake] can you undo mark_asadvanced ?

2008-12-16 Thread Mattias Helsing
Hi all, Us osg'ers are trying to find a way to make the BUILD_DOCUMENTATION (from Documentation.cmake) option simple, i.e we want it to appear to a normal user without him/her ticking the 'advanced' checkbox. Is it possible to remove a 'mark_as_advanced' property on a variable? regards Mattias