Skip to content
Snippets Groups Projects
Commit 4ff4d9aa authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

[clad] Bump clad version to v0.3.

The new release includes some improvements in both Forward and
Reverse mode:
  * Better correctness of C++ constructs -- handle scopes properly; allow proper
  variable shadowing; and preserve namespaces.
  * Efficient evaluation in forward mode.
  * Reduced cloning complexity.
  * Handle more C++ constructs -- variable reassignments and for loops.

See more at: https://github.com/vgvassilev/clad/blob/v0.3/docs/ReleaseNotes.md
parent 31210be1
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ if(MSVC) ...@@ -22,7 +22,7 @@ if(MSVC)
ExternalProject_Add( ExternalProject_Add(
clad clad
GIT_REPOSITORY https://github.com/vgvassilev/clad.git GIT_REPOSITORY https://github.com/vgvassilev/clad.git
GIT_TAG v0.2 GIT_TAG v0.3
UPDATE_COMMAND "" UPDATE_COMMAND ""
CMAKE_ARGS -G ${CMAKE_GENERATOR} -DCLAD_BUILD_STATIC_ONLY=ON CMAKE_ARGS -G ${CMAKE_GENERATOR} -DCLAD_BUILD_STATIC_ONLY=ON
-DCMAKE_INSTALL_PREFIX=${CLING_PLUGIN_INSTALL_PREFIX} -DCMAKE_INSTALL_PREFIX=${CLING_PLUGIN_INSTALL_PREFIX}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment