Skip to content
Snippets Groups Projects
Commit 54cec1fd authored by Your Name's avatar Your Name
Browse files

(RK) Add cmake definitions to hokuyo laser scanner driver

parent 3bd04034
No related branches found
No related tags found
1 merge request!86Add cmake definitions to hokuyo laser scanner driver
Pipeline #4296 passed
......@@ -12,7 +12,13 @@
},
"prepare": {
"cmake": {
"project_name": "HokuyoLaserScannerDriver"
"project_name": "HokuyoLaserScannerDriver",
"definitions": {
"CMAKE_C_COMPILER": "$GCC_8",
"CMAKE_CXX_COMPILER": "$GXX_8",
"CMAKE_C_COMPILER_LAUNCHER": "",
"CMAKE_CXX_COMPILER_LAUNCHER": ""
}
}
},
"build": "cmake"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment