File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ configure_package_config_file(
294294
295295write_basic_package_version_file(
296296 ${CMAKE_CURRENT_BINARY_DIR} /osgEarthConfigVersion.cmake
297- VERSION 3.4.0
297+ VERSION ${OSGEARTH_VERSION}
298298 COMPATIBILITY SameMajorVersion)
299299
300300install (
Original file line number Diff line number Diff line change 1- set (OSGEARTH_VERSION 3.1.0 )
1+ set (OSGEARTH_VERSION @OSGEARTH_VERSION@ )
22
33@PACKAGE_INIT@
44
@@ -29,12 +29,12 @@ find_library(osgEarth_LIBRARY_DEBUG
2929 HINTS ${${XPREFIX} _LIBRARY_DIRS}
3030)
3131
32- set (osgEarth_LIBRARIES ${osgEarth_LIBRARY} )
33- set (osgEarth_LIBRARIES_DEBUG ${osgEarth_LIBRARY_DEBUG} )
32+ set (osgEarth_LIBRARIES ${osgEarth_LIBRARY} )
33+ set (osgEarth_LIBRARIES_DEBUG ${osgEarth_LIBRARY_DEBUG} )
3434set (osgEarth_LIBRARY_DIRS ${${XPREFIX} _LIBRARY_DIRS})
35- set (osgEarth_LIBRARY_DIR ${osgEarth_LIBRARY_DIRS} )
35+ set (osgEarth_LIBRARY_DIR ${osgEarth_LIBRARY_DIRS} )
3636set (osgEarth_INCLUDE_DIRS ${osgEarth_INCLUDE_DIR} )
37- set (osgEarth_LDFLAGS ${${XPREFIX} _LDFLAGS})
37+ set (osgEarth_LDFLAGS ${${XPREFIX} _LDFLAGS})
3838
3939include (FindPackageHandleStandardArgs)
4040find_package_handle_standard_args(osgEarth DEFAULT_MSG
You can’t perform that action at this time.
0 commit comments