Replies: 2 comments
-
Why don't you use built-in module? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would take this as indication that the cache variable |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use the osgVolume library from OpenSceneGraph, in Windows.
The library was installed correctly, but I cannot find the library. The full path of the library is
And I'm trying to find it with:
But the content of
OSGVOLUME_RELEASE_LIB
is (printed with a message):If I try to find the debug library, it works:
The
_VCPKG_INSTALLED_DIR
andVCPKG_TARGET_TRIPLET
variables are correct, and${_VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}
isIn
include
dir there's a header folder namedosgVolume
, maybe it can cause the confusion.How can I find the correct file?
Beta Was this translation helpful? Give feedback.
All reactions