We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus ...
Problem Thanks for such an awesome package. I have really enjoyed learning how to use scikit-build-core. When installing a SWIG wrapped library with scikit-build-core, rebuilds fail when I have the build-dir set to a static location. Thi...
Q: Why can't I link some new libraries I put inside the external folder ? A: By default targets are not at the GLOBAL scope, which means your CMakelists.txt might not see it. In this case you can either add an alias/imported library or use find_package/library as you would if th...
cmake_minimum_required(VERSION2.8.3)project(bezier_application)find_package(catkinREQUIREDCOMPONENTSroscpp bezier_library tf tf_conversions moveit_ros_planning_interface visualization_msgs)find_package(PCL 1.8.0REQUIRED)find_package(VTK 6.3REQUIREDCOMPONENTSvtkFiltersHybridNO_MODULE) catkin_package(CATKIN_DEPEN...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...