Skip to content

Commit

Permalink
Update ExprTk to 0.0.3 on release branch
Browse files Browse the repository at this point in the history
Signed-off-by: Arash Partow <[email protected]>
  • Loading branch information
ArashPartow committed Jan 1, 2024
1 parent 28ca349 commit 6226b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ endif()
# At the time of this writing, HEAD revision is commit d312ba91419c9cb12c8279fd3a19096d39dfcb5e
# available at https://github.com/ArashPartow/exprtk/archive/d312ba91419c9cb12c8279fd3a19096d39dfcb5e.zip
# Using latest revision to get all bug fixes.
set(EXPRTK_PACKAGE_URL "https://github.com/ArashPartow/exprtk/archive/master.zip")
set(EXPRTK_PACKAGE_PATH ${PACKAGE_DOWNLOAD_DIR}/exprtk.zip)
set(EXPRTK_PACKAGE_URL "https://github.com/ArashPartow/exprtk/archive/refs/tags/0.0.3.zip")
set(EXPRTK_PACKAGE_PATH ${PACKAGE_DOWNLOAD_DIR}/exprtk-0.0.3.zip)
if(NOT EXISTS ${EXPRTK_PACKAGE_PATH})
message(STATUS "Downloading exprtk package from ${EXPRTK_PACKAGE_URL}")
file(DOWNLOAD ${EXPRTK_PACKAGE_URL} ${EXPRTK_PACKAGE_PATH}
Expand Down

0 comments on commit 6226b3d

Please sign in to comment.