From 69f41a16baa0fdc290df5d2c99379c152dcd0cf8 Mon Sep 17 00:00:00 2001 From: "liangtie.qian" Date: Mon, 27 Feb 2023 15:48:28 +0800 Subject: [PATCH] remove install rules --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ed3fa2..30a67d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,9 +162,9 @@ target_include_directories( target_compile_features(qt-material-widgets PUBLIC cxx_std_11) # ---- Install rules ---- -if(NOT CMAKE_SKIP_INSTALL_RULES) - include(install-rules) -endif() +# if(NOT CMAKE_SKIP_INSTALL_RULES) +# include(install-rules) +# endif() # ---- Examples ---- if(PROJECT_IS_TOP_LEVEL)