File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2525# DEALINGS IN THE SOFTWARE.
2626
2727SET_PROPERTY (DIRECTORY PROPERTY "EP_BASE" ${ep_base} )
28- SET (libpng_GIT_TAG "origin/master " )
28+ SET (libpng_GIT_TAG "origin/vs_build_fix " )
2929SET (libpng_DEPENDENCIES "Zlib_external" )
3030
3131# If CMake ever allows overriding the checkout command or adding flags,
Original file line number Diff line number Diff line change @@ -405,7 +405,8 @@ MESSAGE(STATUS "Configuring CPMs")
405405set (CMAKE_POSITION_INDEPENDENT_CODE ON )
406406
407407# CPM Setup.
408- set (CPM_DIR "${CMAKE_CURRENT_BINARY_DIR} /Externals/cpm-packages" CACHE TYPE STRING )
408+ #set(CPM_DIR "${CMAKE_CURRENT_BINARY_DIR}/Externals/cpm-packages" CACHE TYPE STRING)
409+ set (CPM_DIR "${CMAKE_CURRENT_BINARY_DIR} /cpm-packages" CACHE TYPE STRING )
409410find_package (Git)
410411if (NOT GIT_FOUND)
411412 message (FATAL_ERROR "CPM requires Git." )
You can’t perform that action at this time.
0 commit comments