-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add openvr 1.9.15 #579
add openvr 1.9.15 #579
Conversation
Some configurations of 'openvr/1.9.15' have failed:
|
Some configurations of 'openvr/1.9.15' have failed:
|
Some configurations of 'openvr/1.9.15' have failed:
|
Some configurations of 'openvr/1.9.15' have failed:
|
Some configurations of 'openvr/1.9.15' have failed:
|
Some configurations of 'openvr/1.9.15' have failed:
|
Some configurations of 'openvr/1.9.15' have failed:
|
Some configurations of 'openvr/1.9.15' have failed:
|
Some configurations of 'openvr/1.9.15' failed in build 9 (
|
An unexpected error happened and has been reported. Help is on its way! 🏇 |
include("${CMAKE_BINARY_DIR}/conanbuildinfo.cmake") | ||
conan_basic_setup() | ||
|
||
set(CMAKE_CXX_STANDARD 11) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you need it? The cmake file from author should configure it.
topics = ("conan", "openvr", "vr", ) | ||
url = "https://github.com/conan-io/conan-center-index" | ||
homepage = "https://github.com/ValveSoftware/openvr" | ||
license = "BSD 3-Clause" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license = "BSD 3-Clause" | |
license = "BSD-3-Clause" |
def _configure_cmake(self): | ||
cmake = CMake(self) | ||
cmake.definitions["BUILD_SHARED"] = self.options.shared | ||
cmake.definitions["USE_LIBCXX"] = self.settings.compiler != "Visual Studio" and str(self.settings.compiler.libcxx) == "libc++" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cmake.definitions["USE_LIBCXX"] = self.settings.compiler != "Visual Studio" and str(self.settings.compiler.libcxx) == "libc++" | |
cmake.definitions["USE_LIBCXX"] = str(self.settings.compiler.libcxx) == "libc++" |
Visual Studio doesn't use libc++
Some configurations of 'openvr/1.9.15' failed in build 11 (
|
@intelligide please address the comments above. We'd like to move this PR forward if possible. Thank you! |
Specify library name and version: openvr/1.9.15
conan-center hook activated.