remove install rules

This commit is contained in:
liangtie.qian 2023-02-27 15:48:28 +08:00
parent c729b34716
commit 69f41a16ba
1 changed files with 3 additions and 3 deletions

View File

@ -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)