File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -259,7 +259,9 @@ function(download_build_install)
259259 cmake_parse_arguments (DBI "" "NAME;DESTINATION;INSTALL_PREFIX;GIT_REPOSITORY;GIT_TAG" "CMAKE_ARGS;EXTERNALPROJECT_ARGS" ${ARGN} )
260260 configure_file ("${QuickCppLibCMakePath} /DownloadBuildInstall.cmake.in" "${DBI_DESTINATION} /CMakeLists.txt" @ONLY )
261261 file (READ "${DBI_DESTINATION} /CMakeLists.txt" filecontent )
262- indented_message (STATUS "DEBUG: download_build_install configures CMakeLists.txt = ${filecontent} " )
262+ indented_message (STATUS "DEBUG: download_build_install configures CMakeLists.txt =" )
263+ include (CMakePrintHelpers )
264+ cmake_print_variables (filecontent )
263265 checked_execute_process ("Configure download, build and install of ${DBI_NAME} with ${DBI_CMAKE_ARGS} "
264266 COMMAND "${CMAKE_COMMAND} " .
265267 WORKING_DIRECTORY "${DBI_DESTINATION} "
@@ -343,7 +345,7 @@ function(find_quickcpplib_library libraryname)
343345 if (NOT ${libraryname} _FOUND)
344346 foreach (config Debug Release RelWithDebInfo MinSizeRel)
345347 indented_message (STATUS "Superbuilding missing dependency ${libraryname} with config ${config} , this may take a while ..." )
346- set (cmakeargs "-DCMAKE_BUILD_TYPE=${config} ;-G \" ${CMAKE_GENERATOR} \" ;-DBUILD_TESTING=OFF;\" -DQUICKCPPLIB_ROOT_BINARY_DIR=${QUICKCPPLIB_ROOT_BINARY_DIR} \" " )
348+ set (cmakeargs "-DCMAKE_BUILD_TYPE=${config} ;\" -G ${CMAKE_GENERATOR} \" ;-DBUILD_TESTING=OFF;\" -DQUICKCPPLIB_ROOT_BINARY_DIR=${QUICKCPPLIB_ROOT_BINARY_DIR} \" " )
347349 if (DEFINED CMAKE_TOOLCHAIN_FILE )
348350 set (cmakeargs "${cmakeargs} ;\" -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} \" " )
349351 endif ()
Original file line number Diff line number Diff line change 11// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
2- #define QUICKCPPLIB_PREVIOUS_COMMIT_REF e571ce353a8675ff5a5f3b914e131fc81fdab13e
3- #define QUICKCPPLIB_PREVIOUS_COMMIT_DATE " 2026-05-04 21:53:18 +00:00"
4- #define QUICKCPPLIB_PREVIOUS_COMMIT_UNIQUE e571ce35
2+ #define QUICKCPPLIB_PREVIOUS_COMMIT_REF c08d3d1ddb549fdc0a8c8fbce0e3e53866601471
3+ #define QUICKCPPLIB_PREVIOUS_COMMIT_DATE " 2026-05-04 22:01:31 +00:00"
4+ #define QUICKCPPLIB_PREVIOUS_COMMIT_UNIQUE c08d3d1d
You can’t perform that action at this time.
0 commit comments