Where can I find cuFFT Link-Time Optimized Kernels example which are not related to EA library

Hi,

Could you please guide me on where to find the cuFFT Link-Time Optimized Kernels example compiled from the book using CUDA 12.6.1? The current example on GitHub seems to be LTO EA, which isn’t compiled with the standard CUDA libraries.

During the compilation I get the following errors:

CMake Error at CMakeLists.txt:112 (target_link_libraries):
  Target "r2c_c2r_lto_callback_example" links to:

    CUDA::nvJitLink

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.



CMake Error at CMakeLists.txt:113 (target_link_libraries):
  Target "r2c_c2r_lto_nvrtc_callback_example" links to:

    CUDA::nvJitLink

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.