We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20b2a4 commit 4d6963fCopy full SHA for 4d6963f
CMakeLists.txt
@@ -22,7 +22,7 @@ endif()
22
23
# ############
24
# Define Project
25
-project(mpi VERSION 1.2.0 LANGUAGES CXX)
+project(mpi VERSION 1.3.0 LANGUAGES CXX)
26
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
27
28
# Get the git hash & print status
deps/CMakeLists.txt
@@ -58,7 +58,7 @@ external_dependency(GTest
58
# -- itertools --
59
external_dependency(itertools
60
GIT_REPO https://github.com/TRIQS/itertools
61
- VERSION 1.2
+ VERSION 1.3
62
GIT_TAG unstable
63
64
)
0 commit comments