-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
z3 patch update CPM patch update
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
# SOFTWARE. | ||
cmake_minimum_required(VERSION 3.18) | ||
project(expr VERSION 3.0.2) | ||
project(expr VERSION 3.0.3) | ||
include(cmake/CPM.cmake) | ||
configure_file(src/config.h.in config.h) | ||
set(CMAKE_CXX_STANDARD 20) | ||
|
@@ -41,7 +41,7 @@ CPMAddPackage("gh:sillydan1/[email protected]") | |
|
||
if(ENABLE_Z3) | ||
include(cmake/Z3.cmake) | ||
set(Z3_VERSION_NUMBER z3-4.12.1) | ||
set(Z3_VERSION_NUMBER z3-4.12.2) | ||
get_z3_zip_file(${Z3_VERSION_NUMBER}) | ||
CPMAddPackage(NAME z3 VERSION ${Z3_VERSION_NUMBER} URL ${z3vstr}) | ||
endif() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters