Changes between Initial Version and Version 1 of Ticket #65648, comment 1


Ignore:
Timestamp:
Aug 10, 2022, 9:43:36 AM (22 months ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65648, comment 1

    initial v1  
    66    find_package(NTL REQUIRED)
    77endif()
    8 find_package(PythonInterp REQUIRED
     8find_package(PythonInterp REQUIRED)
    99}}}
     10
     11P. S. Since it is often the case that undeclared dependency does not lead to a failure locally (script still finds everything needed), but causes failures on build bots, I might have added Python on basis of CMakeLists.