diff options
Diffstat (limited to 'fix.patch')
-rw-r--r-- | fix.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fix.patch b/fix.patch new file mode 100644 index 000000000000..581ee29f0d15 --- /dev/null +++ b/fix.patch @@ -0,0 +1,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}") + + |