|
From: <rus...@us...> - 2009-05-06 21:01:09
|
Revision: 409
http://gearbox.svn.sourceforge.net/gearbox/?rev=409&view=rev
Author: russo2503v
Date: 2009-05-06 21:01:01 +0000 (Wed, 06 May 2009)
Log Message:
-----------
comments only
Modified Paths:
--------------
gearbox/trunk/cmake/internal/gearbox-config.cmake
Modified: gearbox/trunk/cmake/internal/gearbox-config.cmake
===================================================================
--- gearbox/trunk/cmake/internal/gearbox-config.cmake 2009-05-06 20:48:19 UTC (rev 408)
+++ gearbox/trunk/cmake/internal/gearbox-config.cmake 2009-05-06 21:01:01 UTC (rev 409)
@@ -6,10 +6,12 @@
# this is the installed location of <package>-config.cmake file
get_filename_component( _found_dir "${CMAKE_CURRENT_LIST_FILE}" PATH )
+
+# load all exported Gearbox targets
include( ${_found_dir}/gearbox-targets.cmake )
-# assume that <package>-config.cmake was installed into
-# <install-root>/lib/<package>/
+# assume that gearbox-config.cmake was installed into
+# <install-root>/lib/gearbox/
set( _install_dir "${_found_dir}/../../" )
get_filename_component(
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|