File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11set (CMAKE_LEGACY_CYGWIN_WIN32 0)
2- set (CADABRA_CMAKE_VERSION 3.1 )
2+ set (CADABRA_CMAKE_VERSION 3.5 )
33
44# Policy settings for CMake to resolve ambiguities.
55
@@ -332,6 +332,8 @@ else()
332332 set (PYTHON_MOD_SUFFIX "${PYTHON_SOABI} .so" )
333333endif ()
334334
335+ message (STATUS "Python module extension ${PYTHON_MOD_SUFFIX} " )
336+
335337
336338#---------------------------------------------------------------------------
337339# Add subdirectories to project.
Original file line number Diff line number Diff line change 11set (CADABRA_VERSION_MAJOR 2)
22set (CADABRA_VERSION_MINOR 4)
3- set (CADABRA_VERSION_PATCH 3 )
4- set (CADABRA_VERSION_TWEAK 5 )
3+ set (CADABRA_VERSION_PATCH 4 )
4+ set (CADABRA_VERSION_TWEAK 0 )
55set (COPYRIGHT_YEARS "2001-2023" )
66math (EXPR SYSTEM_BITS "${CMAKE_SIZEOF_VOID_P} * 8" )
77find_program (GIT git PATHS ${GIT_DIR} )
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.1 ) # Required for various macros
1+ cmake_minimum_required (VERSION ${CADABRA_CMAKE_VERSION} ) # Required for various macros
22project (Cadabra)
33
44
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.1 )
1+ cmake_minimum_required (VERSION ${CADABRA_CMAKE_VERSION} )
22project (Cadabra)
33
44
You can’t perform that action at this time.
0 commit comments