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
gen
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( ${ li
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.
Be
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 v
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
ings I doubt
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,
>
> The
-
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 a
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
Hello,
I am wondering if anyone can shed some light on where the
_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 show up when
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 pr
10 matches
Mail list logo