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

Macos #618

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Macos #618

wants to merge 2 commits into from

Conversation

themightyoarfish
Copy link

Fix #459

@Samahu Samahu self-requested a review October 22, 2024 01:30
@themightyoarfish
Copy link
Author

the mac CI seems to have an issue with kiss-icp

@@ -1,5 +1,7 @@
message(STATUS "Found OusterSDK: ${CMAKE_CURRENT_LIST_FILE}")

# We install custom find*.cmake modules, so clients need to be able to find them
list(APPEND CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}")
Copy link
Author

Choose a reason for hiding this comment

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

Suggested change
list(APPEND CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")

actually i think this is a typo. it worked on my machine, but probably duplicates path entries.

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.

jsoncpp cmake module not getting installed
2 participants