|
From: <rus...@us...> - 2009-10-27 03:03:04
|
Revision: 447
http://gearbox.svn.sourceforge.net/gearbox/?rev=447&view=rev
Author: russo2503v
Date: 2009-10-27 03:02:57 +0000 (Tue, 27 Oct 2009)
Log Message:
-----------
gearbox-config.cmake now reflects the actual install dir
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-10-20 23:52:58 UTC (rev 446)
+++ gearbox/trunk/cmake/internal/gearbox-config.cmake 2009-10-27 03:02:57 UTC (rev 447)
@@ -11,24 +11,24 @@
include( ${_found_dir}/gearbox-targets.cmake )
# assume that gearbox-config.cmake was installed into
-# <install-root>/lib/gearbox/
+# <install-root>/lib/gearbox/
set( _install_dir "${_found_dir}/../../" )
-get_filename_component(
- GEARBOX_INCLUDE_DIR
- "${_install_dir}/include/gearbox"
+get_filename_component(
+ GEARBOX_INCLUDE_DIR
+ "${_install_dir}/include/gearbox"
ABSOLUTE )
-get_filename_component(
- GEARBOX_CMAKE_DIR
- "${_install_dir}/share/gearbox/cmake"
+get_filename_component(
+ GEARBOX_CMAKE_DIR
+ "${_install_dir}/share/cmake/Modules"
ABSOLUTE )
set( GEARBOX_USE_FILE "${GEARBOX_CMAKE_DIR}/gearbox-use-file.cmake" )
-get_filename_component(
- GEARBOX_LINK_DIR
- "${_install_dir}/lib/gearbox"
+get_filename_component(
+ GEARBOX_LINK_DIR
+ "${_install_dir}/lib/gearbox"
ABSOLUTE )
set( _found_dir )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|