File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
tests/libappimage/temporarydirectory Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.4 )
1+ cmake_minimum_required (VERSION 3.5 )
22
33project (libappimage)
44
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ if (NOT LIBAPPIMAGE_SHARED_ONLY)
108108
109109 ExternalProject_Add (
110110 XdgUtils-EXTERNAL
111- GIT_REPOSITORY https://github.com/azubieta /xdg-utils-cxx.git
111+ GIT_REPOSITORY https://github.com/AppImageCommunity /xdg-utils-cxx.git
112112 GIT_TAG master
113113 GIT_SHALLOW On
114114 CMAKE_ARGS
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.2 )
1+ cmake_minimum_required (VERSION 3.5 )
22
33add_subdirectory (core )
44add_subdirectory (utils )
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.4 )
1+ cmake_minimum_required (VERSION 3.5 )
22
33add_library (temporarydirectory TemporaryDirectory.cpp )
44target_include_directories (temporarydirectory PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} )
You can’t perform that action at this time.
0 commit comments