mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
b12256a4af
* [osg] Add feature examples and plugins, fix configure options * [osg] Add feature tools, packages and docs * [osgearth] Set dependency to osg[plugins] * [osgearth] bump version * [osg] Fix dependency * [osg] Remove feature plugins dependency nvtt * [osg] Remove empty folder * [osg] Fix dependency sdl and liblas * [osg] Fix install issue * [osg] Fix dependency nvtt * [osg] Re-fix dependency nvtt * [osg] Fix judgment when selecting nvtt * [osg] Create tools folder based on conditions * [osg] Fix typo * update baseline * re-trigger ci test * re-trigger ci test
17 lines
424 B
Diff
17 lines
424 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index b84fa06..a991670 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -765,7 +765,10 @@ ELSE()
|
|
ENDIF()
|
|
FIND_PACKAGE(ZeroConf)
|
|
|
|
- FIND_PACKAGE(LIBLAS)
|
|
+ FIND_PACKAGE(liblas CONFIG)
|
|
+ set(LIBLAS_FOUND ${liblas_FOUND})
|
|
+ set(LIBLAS_LIBRARY liblas)
|
|
+ set(LIBLASC_LIBRARY liblas_c)
|
|
|
|
IF (NOT(OSG_USE_LOCAL_LUA_SOURCE))
|
|
FIND_PACKAGE(Lua52)
|