x27;s going on here?
Thanks,
Scott
Scott Fowler
Software Development Engineer
Phone: 425.460.8265
Email: s.fow...@tecplot.com<mailto:s.fow...@tecplot.com>
Tecplot Inc. | Master the View
3535 Factoria Blvd. SE, Ste. 550
Bellevue, WA USA 98006
Fax: 425.653.9200
Web: www.tecplot.com<http://w
kitware.com]
Sent: Tuesday, February 01, 2011 10:49 AM
To: Scott Fowler
Cc: Sean McBride; cmake@cmake.org
Subject: Re: [CMake] Help with fixup_bundle for Mac OS - @executable_path,
@loader_path, @rpath
We only have "exepath" defined with which to make a replacement.
BundleUtilities is s
me_component(resolved_embedded_item "${resolved_embedded_item}"
ABSOLUTE)
Scott
-Original Message-
From: Sean McBride [mailto:s...@rogue-research.com]
Sent: Tuesday, February 01, 2011 9:26 AM
To: Scott Fowler; cmake@cmake.org
Subject: Re: [CMake] Help with fixup_bundle for Mac OS - @exec
I have an application "Foo" which distributes a plugin for a separate
application "Bar". My plugin is dependent on libraries distributed with
application "Foo". When application "Bar" tries to load the plugin, the plugin
will not load, as it cannot find the libraries distributed with "Foo".
A
esday, June 02, 2010 2:45 PM
To: Scott Fowler
Cc: cmake@cmake.org
Subject: Re: [CMake] find_file() fails for specific file in C:/Windows/System32
- Why?
Is it 64-bit Windows?
What happens if you put those files in "C:\Windows\SysWOW64"?
The command:
dir /s /b "C:\Windows\kernel32.dll&
I'm using the 'fixup_bundle' capability for generating my installation package,
but GetPrerequisites fails for a specific file, which is in
C:/Windows/System32. Other files in C:/Windows/System32 are found just fine.
I've detected that the problem is specifically with the find_file() call.
#
I've just downloaded Bullseye and am having some issues when running the
Experimental build target.
My project consists of a main application and a couple unit test buildables,
which are executed via CTest during the main application build. I can rebuild
by main application just fine and cover