uavos / apx-gcs

APX Ground Control
GNU Lesser General Public License v3.0
11 stars 13 forks source link

Can't build GCS #3

Closed smarttowel closed 3 years ago

smarttowel commented 3 years ago

After cmake -H. -Bbuild -G Ninja next error occured:

CMake Error at cmake/apx_gcs_meta.cmake:26 (apx_metadata):
  apx_metadata Function invoked with incorrect arguments for function named:
  apx_metadata
Call Stack (most recent call first):
  CMakeLists.txt:78 (apx_metadata_generate)
uavinda commented 3 years ago

include full cmake log

uavinda commented 3 years ago

workaround:

cmake -H. -Bbuild -G Ninja -DCMAKE_BUILD_TYPE=Release
smarttowel commented 3 years ago

full_cmake_log.txt CMakeOutput.log

Workaround works fine