difference cmake .. and make
hi,
what is the difference between cmake .. and make ?
thanks
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
hi,
what is the difference between cmake .. and make ?
thanks
This is a general question and isn't really relevant to ROS or robotics.
There are a number of good answers on sites such as StackOverflow and blogs on the internet:
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2014-05-13 04:36:50 -0600
Seen: 215 times
Last updated: May 13 '14
Invoking "make cmake_check_build_system" ERROR !
Unknown CMake command "target_link_libaries" [closed]
rosmake don't create .so file for gazebo plugins
What exactly is a target in the context of ROS, catkin and workspaces?
Crosscompiling ROS into relocatable code
"undefined reference" on including *.h *.cpp file to node package
Could not find a package configuration file provided by "path_generation"
Failed to compile node with custom msg created in same package
What is adding -std=gnu++11 to my compiler options in ROS Melodic using catkin_tools?
if you just googled a little bit about it. CMake makes it easy to link all the dependencies and generates a Makefile, used by make.