Re: [CMake] Problem using VS 2012 Express and CMake (Clark Taylor)

2013-09-13 Thread markus israelsson
Hello, Did you start Visual studio 2012 before opening the solution file the first time? Maybe it wanted to be configured or something first. We have a bunch of projects and they can all be loaded in visual studio 2012 (express). In case you never managed to open visual studio 2012 projects

Re: [CMake] Superbuild subprojects and find_package()

2013-04-18 Thread markus israelsson
Hello John, Maybe I am missing something but can't you do something like this in proj2s cmakelists.txt? if( TARGET proj1 ) list_of_libraries_to_link_against( ${ list_of_libraries_to_link_against} proj1 ) else( TARGET proj1 ) find( proj1 required ) list_of_libraries_to_link_against( ${

[CMake] DO_NOT_ADD_TO_PATH_ note the underscore

2012-09-28 Thread markus israelsson
Hello CMake developers, Is the DO_NOT_ADD_TO_PATH_ with the ending underscore in share/cmake-2.8/Modules/NSIS.template.in on line 887 intended? Everywhere else in that file the underscore is lacking. It looks wrong to me. I am using CMake 2.8.9 which as I understood it is the latest version.

Re: [CMake] cmake 2.6.1: CPACK_NSIS_MODIFY_PATH has no effect

2009-03-30 Thread Markus Israelsson
Hello, I guess you are running the installer as administrator and also tried restarting the operating system after installing. If I remember correctly I sometimes needed to restart the operating system for path changes to take effect with default NSIS script. I do not remember exactly with which

[CMake] MIDL preprocessor problem

2008-09-11 Thread Markus Israelsson
Hello, I have a slight problem with adding .idl files to a project generated through CMake. It seems as if the automatic preprocessor definition generated by CMake causes a problem for the preprocessor part of MIDL (used for compiling .idl-files). For debug build the preprocessor definition that

Re: [CMake] Cmake 2.6.0 release and _Util project on Visual studio 2003

2008-05-13 Thread Markus Israelsson
it. -Markus -Original Message- From: Bill Hoffman [mailto:[EMAIL PROTECTED] Sent: den 9 maj 2008 15:19 To: Markus Israelsson Cc: cmake@cmake.org Subject: Re: [CMake] Cmake 2.6.0 release and _Util project on Visual studio 2003 Markus Israelsson wrote: Ok, Then I understand the CMake

[CMake] Cmake 2.6.0 release and _Util project on Visual studio 2003

2008-05-09 Thread Markus Israelsson
Hello, I am wondering if anyone can shed some light on where the ProjectName_Util projects come from and why they are constructed for visual studio 2003 when using the ADD_DEPENDENCIES property of CMake. They do not show up when generating project for other versions of visual studio and do not

Re: [CMake] Cmake 2.6.0 release and _Util project on Visual studio 2003

2008-05-09 Thread Markus Israelsson
with ADD_DEPENDENCIES. -Original Message- From: Bill Hoffman [mailto:[EMAIL PROTECTED] Sent: den 9 maj 2008 14:39 To: Markus Israelsson Cc: cmake@cmake.org Subject: Re: [CMake] Cmake 2.6.0 release and _Util project on Visual studio 2003 Markus Israelsson wrote: Hello, I am wondering

Re: [CMake] Cmake 2.6.0 release and _Util project on Visual studio 2003

2008-05-09 Thread Markus Israelsson
- From: Brad King [mailto:[EMAIL PROTECTED] Sent: den 9 maj 2008 15:05 To: Markus Israelsson Cc: Bill Hoffman; cmake@cmake.org Subject: Re: [CMake] Cmake 2.6.0 release and _Util project on Visual studio 2003 Markus Israelsson wrote: Of course I forgot to add. None of the libraries are static

[CMake] NSIS start menu settings through CPack

2008-04-09 Thread Markus Israelsson
Hello, Bear with me, I am new to this list. I am currently working on generating CPack configuration files through CMake. I am using NSIS to generate an installer for windows through CPack. Apart from the fact that I am relatively new to cmake and cpack it is all going fine. I did run into a