-
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.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 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.5) | ||
project(expr VERSION 3.0.6) | ||
include(cmake/CPM.cmake) | ||
configure_file(src/config.h.in config.h) | ||
set(CMAKE_CXX_STANDARD 20) | ||
|
@@ -31,12 +31,12 @@ option(ENABLE_Z3 "Enables the download and compilation of the expr::z3_driver dr | |
|
||
# DEPENDENCIES | ||
# library dependencies | ||
CPMAddPackage("gh:yalibs/[email protected].0") | ||
CPMAddPackage("gh:yalibs/[email protected].0") | ||
CPMAddPackage("gh:yalibs/[email protected].2") | ||
CPMAddPackage("gh:yalibs/[email protected].1") | ||
CPMAddPackage("gh:yalibs/[email protected].1") | ||
CPMAddPackage("gh:yalibs/[email protected].1") | ||
CPMAddPackage("gh:yalibs/[email protected].3") | ||
CPMAddPackage("gh:yalibs/[email protected].2") | ||
# demo dependencies | ||
CPMAddPackage("gh:yalibs/[email protected].0") | ||
CPMAddPackage("gh:yalibs/[email protected].1") | ||
CPMAddPackage("gh:sillydan1/[email protected]") | ||
|
||
if(ENABLE_Z3) | ||
|