From 8b9f0066ee4f45956b173b0cd56f6229097c0ba2 Mon Sep 17 00:00:00 2001 From: "liangtie.qian" Date: Mon, 27 Feb 2023 15:52:48 +0800 Subject: [PATCH] remove install-rules --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30a67d4..e75fdf0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,10 +161,6 @@ 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() # ---- Examples ---- if(PROJECT_IS_TOP_LEVEL)