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