-
Notifications
You must be signed in to change notification settings - Fork 132
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
CMake improvements for packaging #197
base: master
Are you sure you want to change the base?
Commits on Feb 28, 2024
-
Set _USE_MATH_DEFINES for MSVC
Signed-off-by: Martin Valgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ca6076 - Browse repository at this point
Copy the full SHA 2ca6076View commit details -
Fix the use of a deprecated CMake property
Signed-off-by: Martin Valgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f71f6b0 - Browse repository at this point
Copy the full SHA f71f6b0View commit details -
Add BUILD_APPS and BUILD_TESTING options
Signed-off-by: Martin Valgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a71a4d8 - Browse repository at this point
Copy the full SHA a71a4d8View commit details -
Prefer find_dependency() in urdfdom-config.cmake
Signed-off-by: Martin Valgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d57de8 - Browse repository at this point
Copy the full SHA 0d57de8View commit details -
No need to enable C language in project()
Signed-off-by: Martin Valgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 075d983 - Browse repository at this point
Copy the full SHA 075d983View commit details -
Add USE_VENDORED_DEPS option, set urdfdom_LIBRARIES to targets
Signed-off-by: Martin Valgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2fbb27 - Browse repository at this point
Copy the full SHA a2fbb27View commit details
Commits on Feb 29, 2024
-
config.cmake: find urdfdom_headers directly, drop target creation
Signed-off-by: Martin Valgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbb24ab - Browse repository at this point
Copy the full SHA fbb24abView commit details -
config.cmake: avoid using
${PACKAGE_PREFIX_DIR}
directlySigned-off-by: Martin Valgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df01ca8 - Browse repository at this point
Copy the full SHA df01ca8View commit details -
config.cmake: take APPEND_PROJECT_NAME_TO_INCLUDEDIR into account
Signed-off-by: Martin Valgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9492c5a - Browse repository at this point
Copy the full SHA 9492c5aView commit details -
config.cmake: drop onelib target
Signed-off-by: Martin Valgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fed22ab - Browse repository at this point
Copy the full SHA fed22abView commit details -
config.cmake: don't need to modify CMAKE_MODULE_PATH
There are no .cmake modules installed, so it has no effect. Signed-off-by: Martin Valgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c11bd1c - Browse repository at this point
Copy the full SHA c11bd1cView commit details
Commits on Jul 12, 2024
-
Drop
BUILD_TESTING
option from CMakeLists.txtNot needed as it's added automatically by CTest. Signed-off-by: Martin Valgur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1512f03 - Browse repository at this point
Copy the full SHA 1512f03View commit details