Closed iskandersauma closed 3 years ago
The installation instructions states that we should use the command
cmake ..
but when I used the command, it created the gpmp2 core with debug configuration because that is the default configuration. Change the line to
cmake -DCMAKE_BUILD_TYPE=Release ..
To ensure that the right configuration is used
These are optional flags and can be used at the discretion of users. We assume users have working knowledge of cmake so adding this to installation instructions doesn't seem necessary.
The installation instructions states that we should use the command
cmake ..
but when I used the command, it created the gpmp2 core with debug configuration because that is the default configuration. Change the line to
cmake -DCMAKE_BUILD_TYPE=Release ..
To ensure that the right configuration is used