From 4273df8b2505a3e7d201113ac63dd29335eccfe1 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周二, 21 5月 2024 18:00:24 +0800 Subject: [PATCH] minor tweaks --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f2fe3e..ba12076 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,7 +79,7 @@ set(_source_dir ${CMAKE_CURRENT_SOURCE_DIR}/qmsetup) # Import install function - include("${_source_dir}/cmake/modules/InstallPackage.cmake") + include("${_source_dir}/cmake/modules/private/InstallPackage.cmake") # Install package in place set(_package_path) -- Gitblit v1.9.1