From 1c930022003eeeb994fb8b683eb8c481f606499f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 16 Jan 2020 15:14:01 -0300 Subject: [PATCH] cmake: Remove lost code since COMPILE_QML option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fc8c4e8e..8cdebc9c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -140,10 +140,6 @@ endif() # Sets the default flags for compilation and linking. include(CompileOptions) -# TODO: get qtquick compiler working -#qtquick_compiler_add_resources(QGC_RESOURCES ${QGC_RESOURCES} -#find_package(Qt5QuickCompiler) - include_directories( libs/eigen -- 2.22.0