You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the Servus lib in a test app.
On windows i face the following issue
when i use find_package(Servus REQUIRED) in cmake file i get Servus_FOUND but the
Servus_INCLUDE_DIRS do no get populated.
on building i get
fatal error C1083: Cannot open include file: 'servus/servus.h': No such file or directory
However if i manually add the include DIRS to the cmake file am able to build and use servus in the app.
any idea how can i get it to work using just find_package()?
The text was updated successfully, but these errors were encountered:
I am trying to use the Servus lib in a test app.
On windows i face the following issue
when i use find_package(Servus REQUIRED) in cmake file i get Servus_FOUND but the
Servus_INCLUDE_DIRS do no get populated.
on building i get
fatal error C1083: Cannot open include file: 'servus/servus.h': No such file or directory
However if i manually add the include DIRS to the cmake file am able to build and use servus in the app.
any idea how can i get it to work using just find_package()?
The text was updated successfully, but these errors were encountered: