Skip to content

Commit

Permalink
examples: fetch PRT 2.7.8603 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mistafunk committed Feb 24, 2023
1 parent 8f38b10 commit 5e7de7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/prt4cmd/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if(NOT prt_DIR)
set(PRT_TC "gcc93")
endif()

set(PRT_VERSION "2.7.8538")
set(PRT_VERSION "2.7.8603")
set(PRT_CLS "${PRT_OS}-${PRT_TC}-x86_64-rel-opt")
set(PRT_URL "https://github.com/esri/cityengine-sdk/releases/download/${PRT_VERSION}/esri_ce_sdk-${PRT_VERSION}-${PRT_CLS}.zip")

Expand Down
2 changes: 1 addition & 1 deletion examples/prt4cmd/test/test_candler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

T="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
R="$(dirname "${T}")"
U="https://github.com/Esri/cityengine-sdk/releases/download/2.7.8538/esri_ce_sdk-example_data-v2.zip"
U="https://github.com/Esri/cityengine-sdk/releases/download/2.7.8603/esri_ce_sdk-example_data-v2.zip"
D="${R}/data"
O="${R}/output"

Expand Down
2 changes: 1 addition & 1 deletion examples/stldec/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if(NOT prt_DIR)
set(PRT_TC "gcc93")
endif()

set(PRT_VERSION "2.7.8538")
set(PRT_VERSION "2.7.8603")
set(PRT_CLS "${PRT_OS}-${PRT_TC}-x86_64-rel-opt")
set(PRT_URL "https://github.com/esri/cityengine-sdk/releases/download/${PRT_VERSION}/esri_ce_sdk-${PRT_VERSION}-${PRT_CLS}.zip")

Expand Down
2 changes: 1 addition & 1 deletion examples/stlenc/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if(NOT prt_DIR)
set(PRT_TC "gcc93")
endif()

set(PRT_VERSION "2.7.8538")
set(PRT_VERSION "2.7.8603")
set(PRT_CLS "${PRT_OS}-${PRT_TC}-x86_64-rel-opt")
set(PRT_URL "https://github.com/esri/cityengine-sdk/releases/download/${PRT_VERSION}/esri_ce_sdk-${PRT_VERSION}-${PRT_CLS}.zip")

Expand Down

0 comments on commit 5e7de7e

Please sign in to comment.