Skip to content
Snippets Groups Projects
Commit 57c2684a authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Merge branch 'devel' into 'main'

new tag

See merge request !35
parents d3646236 55bd95cd
No related branches found
No related tags found
2 merge requests!39Draft: Resolve "Adapt to new sensor constructors in core",!35new tag
...@@ -152,8 +152,6 @@ license_headers: ...@@ -152,8 +152,6 @@ license_headers:
- key: wolf-focal - key: wolf-focal
paths: paths:
- ci_deps/wolf/ - ci_deps/wolf/
except:
- master
before_script: before_script:
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
...@@ -171,8 +169,6 @@ build_and_test_none:bionic: ...@@ -171,8 +169,6 @@ build_and_test_none:bionic:
- key: laserscanutils-bionic - key: laserscanutils-bionic
paths: paths:
- ci_deps/laser_scan_utils/ - ci_deps/laser_scan_utils/
except:
- master
before_script: before_script:
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
...@@ -193,8 +189,6 @@ build_and_test_csm:bionic: ...@@ -193,8 +189,6 @@ build_and_test_csm:bionic:
- key: csm-bionic - key: csm-bionic
paths: paths:
- ci_deps/csm/ - ci_deps/csm/
except:
- master
before_script: before_script:
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
...@@ -216,8 +210,6 @@ build_and_test_falko:bionic: ...@@ -216,8 +210,6 @@ build_and_test_falko:bionic:
- key: falko-bionic - key: falko-bionic
paths: paths:
- ci_deps/falkolib/ - ci_deps/falkolib/
except:
- master
before_script: before_script:
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
...@@ -242,8 +234,6 @@ build_and_test_csm_falko:bionic: ...@@ -242,8 +234,6 @@ build_and_test_csm_falko:bionic:
- key: falko-bionic - key: falko-bionic
paths: paths:
- ci_deps/falkolib/ - ci_deps/falkolib/
except:
- master
before_script: before_script:
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
...@@ -264,8 +254,6 @@ build_and_test_none:focal: ...@@ -264,8 +254,6 @@ build_and_test_none:focal:
- key: laserscanutils-focal - key: laserscanutils-focal
paths: paths:
- ci_deps/laser_scan_utils/ - ci_deps/laser_scan_utils/
except:
- master
before_script: before_script:
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
...@@ -286,8 +274,6 @@ build_and_test_csm:focal: ...@@ -286,8 +274,6 @@ build_and_test_csm:focal:
- key: csm-focal - key: csm-focal
paths: paths:
- ci_deps/csm/ - ci_deps/csm/
except:
- master
before_script: before_script:
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
...@@ -309,8 +295,6 @@ build_and_test_falko:focal: ...@@ -309,8 +295,6 @@ build_and_test_falko:focal:
- key: falko-focal - key: falko-focal
paths: paths:
- ci_deps/falkolib/ - ci_deps/falkolib/
except:
- master
before_script: before_script:
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
...@@ -335,8 +319,6 @@ build_and_test_csm_falko:focal: ...@@ -335,8 +319,6 @@ build_and_test_csm_falko:focal:
- key: falko-focal - key: falko-focal
paths: paths:
- ci_deps/falkolib/ - ci_deps/falkolib/
except:
- master
before_script: before_script:
- *preliminaries_definition - *preliminaries_definition
- *install_wolf_definition - *install_wolf_definition
......
...@@ -48,7 +48,7 @@ macro(wolf_report_not_found REASON_MSG) ...@@ -48,7 +48,7 @@ macro(wolf_report_not_found REASON_MSG)
# FindPackage() use the camelcase library name, not uppercase. # FindPackage() use the camelcase library name, not uppercase.
if (wolflaser_FIND_QUIETLY) if (wolflaser_FIND_QUIETLY)
message(STATUS "Failed to find wolf laser- " ${REASON_MSG} ${ARGN}) message(STATUS "Failed to find wolf laser- " ${REASON_MSG} ${ARGN})
else (wolflaser_FIND_REQUIRED) elseif(wolflaser_FIND_REQUIRED)
message(FATAL_ERROR "Failed to find wolf laser - " ${REASON_MSG} ${ARGN}) message(FATAL_ERROR "Failed to find wolf laser - " ${REASON_MSG} ${ARGN})
else() else()
# Neither QUIETLY nor REQUIRED, use SEND_ERROR which emits an error # Neither QUIETLY nor REQUIRED, use SEND_ERROR which emits an error
......
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