Cmake error : Could NOT find OpenThreads #1210
Unanswered
LaurentBerger
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I tried to use OSG in my application
i used wxwidgets plplot opencv and openscenegraph.
I installed all libs using cmake --build . --target install --config release
In my cmake script I used this sample
I have set env variable
OSG_DIR="c:\install\openscenegraph"
OSG_INCLUDE_DIR="c:\install\openscenegraph\include"
OSG_LIB_DIR="C:\install\openscenegraph\lib"
When I used cmake to build my application Ihave got this error message
When I open cmakecahe.txt
In my OSG install
in my install lib
I understand that cmake can find include but not libs.
What's wrong in my configuration
Beta Was this translation helpful? Give feedback.
All reactions