Skip to content

Commit

Permalink
Update python/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored Jan 12, 2024
1 parent 1a747e9 commit 3341dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake_policy(SET CMP0079 NEW)

if(NOT DEFINED LIBINT_VERSION)
# for indep bld of project(libint2-python), version not available from project(Libint2)
set(LIBINT_VERISON "2.8.1") # for version for setup.py from libtool+cmake
set(LIBINT_VERSION "2.8.1") # for version for setup.py from libtool+cmake
endif()

project(libint2-python)
Expand Down

0 comments on commit 3341dab

Please sign in to comment.