kopia lustrzana https://github.com/OpenDroneMap/ODM
attempt to fix Hexer compile on Windows
rodzic
3ff7c6f98d
commit
531797527e
|
@ -18,10 +18,10 @@ jobs:
|
|||
with:
|
||||
python-version: '3.12.10'
|
||||
architecture: 'x64'
|
||||
- uses: Jimver/cuda-toolkit@v0.2.4
|
||||
- uses: Jimver/cuda-toolkit@v0.2.24
|
||||
id: cuda-toolkit
|
||||
with:
|
||||
cuda: '11.4.0'
|
||||
cuda: '12.9.0'
|
||||
- name: Setup cmake
|
||||
uses: jwlawson/actions-setup-cmake@v1.13
|
||||
with:
|
||||
|
|
|
@ -8,7 +8,7 @@ ExternalProject_Add(${_proj_name}
|
|||
STAMP_DIR ${_SB_BINARY_DIR}/stamp
|
||||
#--Download step--------------
|
||||
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
|
||||
URL https://github.com/hobu/hexer/archive/aac436d295619648b5707635726dc50ea5ee4252.tar.gz
|
||||
URL https://github.com/NathanMOlson/hexer/archive/c04d212bbf9b2bb8691719cac66928ef7bb0ad0d.tar.gz
|
||||
#--Update/Patch step----------
|
||||
UPDATE_COMMAND ""
|
||||
#--Configure step-------------
|
||||
|
|
Ładowanie…
Reference in New Issue