Skip to content
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

Adding the ability to install libsimulate library and associated headers during installation. #2170

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

vidurvij-apptronik
Copy link

Aim
I want to use the libsimulate header in my internal simulator. I want to leverage the default mujoco visualizer instead of writing my own. Wanted to add the ability to install the libsimulate and headers in my dev container directly from CMake.

@yuvaltassa yuvaltassa requested a review from saran-t October 28, 2024 15:07
simulate/CMakeLists.txt Outdated Show resolved Hide resolved

message(STATUS "lolwaGLFW3 Source Directory: ${glfw3_SOURCE_DIR}")

# Install GLFW headers if not using system GLFW
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like this at all since we'd be vendoring other project's headers as part of the install.

If the GLFW headers are needed then you should just set USE_SYSTEM_GLFW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants