mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +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
15 lines
344 B
Diff
15 lines
344 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index a991670..5b530c5 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -759,7 +759,9 @@ ELSE()
|
|
FIND_PACKAGE(RSVG)
|
|
FIND_PACKAGE(GtkGl)
|
|
FIND_PACKAGE(DirectInput)
|
|
+ if (ENABLE_NVTT)
|
|
FIND_PACKAGE(NVTT)
|
|
+ endif()
|
|
IF (NOT WIN32)
|
|
FIND_PACKAGE(Asio)
|
|
ENDIF()
|