On 13.01.12 15:33:23, Nicholas Yue wrote:
> Hi,
>
> Using the FindPythonLibs macros on OS X Lion always returns the
> standard Python 2.7 (shipped with Lion)
>
> There are other versions of Python which is also available in OS
> X Lion.
>
> Is it possible to inform FindPythonLibs to
Hi,
Using the FindPythonLibs macros on OS X Lion always returns the
standard Python 2.7 (shipped with Lion)
There are other versions of Python which is also available in OS X
Lion.
Is it possible to inform FindPythonLibs to look for a different
version of Python e.g. 2.6, if so
I see there is documentation for this but it doesn't have an implementation
for VS generators:
http://www.cmake.org/Bug/view.php?id=5811
Any status updates on this bug? I'd like to be able to create my own debug
configuration called DebugStatic that uses the /MTd flag in all projects to
link stati
Thorsten Wagner wrote:
> Hello,
>
> i have a library "libpnt.so" under /usr/local/lib/pnt.
> I've added a pnt.conf with this path under /etc/ld.so.conf.d/ and
> execute ldconfig
>
> ldconfig -v | grep libpnt.so finds the library:
>
> "libpnt.so.0 -> libpnt.so.0.8.1"
>
> In the CMakeList.txt i
Hello,
i have a library "libpnt.so" under /usr/local/lib/pnt.
I've added a pnt.conf with this path under /etc/ld.so.conf.d/ and
execute ldconfig
ldconfig -v | grep libpnt.so finds the library:
"libpnt.so.0 -> libpnt.so.0.8.1"
In the CMakeList.txt i try to link against the target:
"TARGET_LI
I would be fine with that if the generation of these files would only
happen if either they weren't present or you manually forced them to be
created. Folks are just used to modifying them in the VS IDE, and it would
be too easy for users to make a change in the IDE and then have CMake
overwrite t
Or you could just change the properties as normal in the VS options dialog,
until you find settings that work and you want to keep. Then update the
cache variables or whatnot in CMake, so next time you generate you will
have them.
There is nothing preventing you from using the normal method of cha
On 01/12/2012 04:26 PM, gilles B wrote:
> Hi,
>
> I want to create a directshow filter (windows) and so change output name
> of my dll from "myfilter.dll" to "myfilter.ax"
> How to do this ?
>
> Thank you very much for your help
>
> regards
> Gilles.
>
set_target_properties(myfilter PROPERTIES
Hi,
I want to create a directshow filter (windows) and so change output name of my
dll from "myfilter.dll" to "myfilter.ax"
How to do this ?
Thank you very much for your help
regards
Gilles.
--
Powered by www.kitware.com
Visit other Kitware open-sour
Am 11.01.2012 21:25, schrieb David Cole:
> On Wed, Jan 11, 2012 at 3:08 PM, Alexander Neundorf
> wrote:
>> On Wednesday 11 January 2012, Patrick Spendrin wrote:
>>> Am 02.01.2012 18:11, schrieb David Cole:
Hi all,
Replies requested. Short replies only. Read on. Just a short reply
>>
On 01/11/2012 04:52 PM, David Cole wrote:
> On Wed, Jan 11, 2012 at 10:10 AM, Michael Hertling
> wrote:
>> On 01/07/2012 03:52 PM, David Cole wrote:
>>> On Sat, Jan 7, 2012 at 9:47 AM, David Cole wrote:
On Fri, Jan 6, 2012 at 10:54 PM, Michael Hertling
wrote:
> On 01/06/2012 07:5
Hi Kedar,
strange, I use both the gcc/gfortran combination and the MSVC/Ifort
combination with CMake and I have no problems such as you describe.
Well, at least it is working for you now.
Regards,
Arjen
On 2012-01-11 17:06, Kedar Moharana wrote:
Dear Arjen,
Just by googling I found a sol
12 matches
Mail list logo