1+ --- ImathTargets.cmake 2022-05-25 22:12:51.000000000 +0000
2+ +++ ImathTargets.cmake 2023-03-10 11:53:26.509209000 +0000
3+ @@ -16,7 +16,7 @@
4+ set(_targetsDefined)
5+ set(_targetsNotDefined)
6+ set(_expectedTargets)
7+ - foreach(_expectedTarget Imath::ImathConfig Imath::Imath Imath::PyImathConfig Imath::PyImath_Python3_9)
8+ + foreach(_expectedTarget Imath::ImathConfig Imath::Imath) # Imath::PyImathConfig Imath::PyImath_Python3_9
9+ list(APPEND _expectedTargets ${_expectedTarget})
10+ if(NOT TARGET ${_expectedTarget})
11+ list(APPEND _targetsNotDefined ${_expectedTarget})
12+ @@ -67,16 +67,16 @@
13+ )
14+
15+ # Create imported target Imath::PyImathConfig
16+ - add_library(Imath::PyImathConfig INTERFACE IMPORTED)
17+ + #add_library(Imath::PyImathConfig INTERFACE IMPORTED)
18+
19+ # Create imported target Imath::PyImath_Python3_9
20+ - add_library(Imath::PyImath_Python3_9 SHARED IMPORTED)
21+ + #add_library(Imath::PyImath_Python3_9 SHARED IMPORTED)
22+
23+ - set_target_properties(Imath::PyImath_Python3_9 PROPERTIES
24+ - INTERFACE_COMPILE_FEATURES "cxx_std_14"
25+ - INTERFACE_INCLUDE_DIRECTORIES "/usr/local/include"
26+ - INTERFACE_LINK_LIBRARIES "Imath::Imath"
27+ - )
28+ + #set_target_properties(Imath::PyImath_Python3_9 PROPERTIES
29+ + # INTERFACE_COMPILE_FEATURES "cxx_std_14"
30+ + # INTERFACE_INCLUDE_DIRECTORIES "/usr/local/include"
31+ + # INTERFACE_LINK_LIBRARIES "Imath::Imath"
32+ + #)
33+
34+ if(CMAKE_VERSION VERSION_LESS 3.0.0)
35+ message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.")
0 commit comments