File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -73,16 +73,12 @@ runs:
7373 $process = Start-Process -FilePath cmd.exe -ArgumentList $Arguments -Wait -PassThru -WindowStyle Hidden
7474 shell : ${{ inputs.shell_type }}
7575
76- - name : Patch libcitygml CMakeLists.txt
76+ - name : Patch CMakeLists.txt
7777 run : |
7878 FILE="3rdparty/libcitygml/CMakeLists.txt"
7979 if grep -q "cmake_minimum_required(VERSION 2.8)" "$FILE"; then
8080 sed -i '' 's/cmake_minimum_required(VERSION 2.8)/cmake_minimum_required(VERSION 3.5)/' "$FILE"
8181 fi
82- shell : ${{ inputs.shell_type }}
83-
84- - name : Patch glTF-SDK CMakeLists.txt
85- run : |
8682 FILE="3rdparty/glTF-SDK/CMakeLists.txt"
8783 if grep -q "cmake_minimum_required(VERSION 2.8)" "$FILE"; then
8884 sed -i '' 's/cmake_minimum_required(VERSION 2.8)/cmake_minimum_required(VERSION 3.5)/' "$FILE"
You can’t perform that action at this time.
0 commit comments