Skip to content

Commit

Permalink
prt4cmd: adapt cmake fetch command to renamed repository
Browse files Browse the repository at this point in the history
  • Loading branch information
mistafunk committed Jun 9, 2020
1 parent 42902b4 commit 14ca55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/prt4cmd/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if(NOT prt_DIR)

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

FetchContent_Declare(prt URL ${PRT_URL})
FetchContent_GetProperties(prt)
Expand Down

0 comments on commit 14ca55d

Please sign in to comment.