Browse Source

cmake: Remove lost code since COMPILE_QML option

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
QGC4.4
Patrick José Pereira 5 years ago committed by Daniel Agar
parent
commit
1c93002200
  1. 4
      CMakeLists.txt

4
CMakeLists.txt

@ -140,10 +140,6 @@ endif()
# Sets the default flags for compilation and linking. # Sets the default flags for compilation and linking.
include(CompileOptions) include(CompileOptions)
# TODO: get qtquick compiler working
#qtquick_compiler_add_resources(QGC_RESOURCES ${QGC_RESOURCES}
#find_package(Qt5QuickCompiler)
include_directories( include_directories(
libs/eigen libs/eigen

Loading…
Cancel
Save