File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ project(Libint LANGUAGES CXX C)
88# Set Libint version ===================================================================================================
99set(LIBINT_MAJOR_VERSION 2)
1010set(LIBINT_MINOR_VERSION 8)
11- set(LIBINT_MICRO_VERSION 1)
11+ set(LIBINT_MICRO_VERSION 1) # Sync this with python/CMakeLists.txt
1212set(LIBINT_BUILDID )
1313set(LIBINT_VERSION "${LIBINT_MAJOR_VERSION}.${LIBINT_MINOR_VERSION}.${LIBINT_MICRO_VERSION}")
1414if (LIBINT_BUILDID)
Original file line number Diff line number Diff line change 55endif ()
66cmake_policy (SET CMP0079 NEW)
77
8+ if (NOT DEFINED LIBINT_VERSION)
9+ # for indep bld of project(libint2-python), version not available from project(Libint2)
10+ set (LIBINT_VERSION "2.8.1" ) # for version for setup.py from libtool+cmake
11+ endif ()
12+
813project (libint2-python)
914
1015if (NOT TARGET Python::Module)
You can’t perform that action at this time.
0 commit comments