Re: [CMake] find_package(xyz)

2012-11-05 Thread Marshall, Rob
Neundorf [mailto:a.neundorf-w...@gmx.net] Sent: Monday, November 05, 2012 9:26 AM To: cmake@cmake.org Cc: Marshall, Rob Subject: Re: [CMake] find_package(xyz) On Monday 05 November 2012, Marshall, Rob wrote: > Is the intent of the find_package() macro to be used to locate > prebuilt third

Re: [CMake] find_package(xyz)

2012-11-05 Thread Alexander Neundorf
On Monday 05 November 2012, Marshall, Rob wrote: > Is the intent of the find_package() macro to be used to locate prebuilt > third party libraries that have Include and library files prebuilt? > > Or can it be used in a scenario where third party source is on the local > file system but will be bu

[CMake] find_package(xyz)

2012-11-04 Thread Marshall, Rob
Is the intent of the find_package() macro to be used to locate prebuilt third party libraries that have Include and library files prebuilt? Or can it be used in a scenario where third party source is on the local file system but will be built During the overall build process for a project? Than