/usr/share/cmake/Libint/LibintderivConfig.cmake is in libint-dev 1.2.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #-----------------------------------------------------------------------------
# Don't include targets if this file is being picked up by another
# project which has already built this as a subproject
#-----------------------------------------------------------------------------
if(NOT TARGET Libint::deriv)
include("${CMAKE_CURRENT_LIST_DIR}/LibintderivTargets.cmake")
endif()
|