summarylogtreecommitdiffstats
path: root/fix.patch
blob: 581ee29f0d15d01aaad2305af87e9ef5e45ccd35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- UTemplateConfig.cmake	2021-06-29 17:20:09.000000000 +0800
+++ UTemplateConfig.cmake.new	2021-06-29 17:24:17.747599074 +0800
@@ -5,12 +5,12 @@
 ####### Any changes to this file will be overwritten by the next CMake run ####
 ####### The input file was Config.cmake.in                            ########
 
-get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../" ABSOLUTE)
+get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}" ABSOLUTE)
 
 ####################################################################################
 
 
-get_filename_component(include_dir "${CMAKE_CURRENT_LIST_DIR}/../include" ABSOLUTE)
+get_filename_component(include_dir "/usr/include" ABSOLUTE)
 include_directories("${include_dir}")