3 if(
"${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
4 message(FATAL_ERROR
"CMake >= 2.6.0 required")
8 #---------------------------------------------------------------- 9 # Generated CMake target import file. 10 #---------------------------------------------------------------- 12 # Commands may need to know the format version. 13 set(CMAKE_IMPORT_FILE_VERSION 1)
15 if(CMAKE_VERSION VERSION_LESS 3.0.0)
16 message(FATAL_ERROR
"This file relies on consumers using CMake 3.0.0 or greater.")
19 # Protect against multiple inclusion, which would fail when already imported targets are added once more. 21 set(_targetsNotDefined)
23 foreach(_expectedTarget catalyst::core catalyst::conduit_headers catalyst::conduit catalyst::blueprint catalyst::libyaml catalyst::b64 catalyst::rapidjson catalyst::catalyst)
24 list(APPEND _expectedTargets ${_expectedTarget})
25 if(NOT TARGET ${_expectedTarget})
26 list(APPEND _targetsNotDefined ${_expectedTarget})
28 if(TARGET ${_expectedTarget})
29 list(APPEND _targetsDefined ${_expectedTarget})
32 if("${_targetsDefined}
" STREQUAL "${_expectedTargets}
") 33 unset(_targetsDefined) 34 unset(_targetsNotDefined) 35 unset(_expectedTargets) 36 set(CMAKE_IMPORT_FILE_VERSION) 40 if(NOT "${_targetsDefined}
" STREQUAL "") 41 message(FATAL_ERROR "Some (but not all) targets in
this export
set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n
") 43 unset(_targetsDefined) 44 unset(_targetsNotDefined) 45 unset(_expectedTargets) 48 # Create imported target catalyst::core 49 add_library(catalyst::core INTERFACE IMPORTED) 51 set_target_properties(catalyst::core PROPERTIES 52 INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/ThirdParty/catalyst/vtkcatalyst/catalyst/core;/home/paraview/build/ThirdParty/catalyst/vtkcatalyst/catalyst/core
" 55 # Create imported target catalyst::conduit_headers 56 add_library(catalyst::conduit_headers INTERFACE IMPORTED) 58 set_target_properties(catalyst::conduit_headers PROPERTIES 59 INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/build/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/conduit;/home/paraview/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/conduit;/home/paraview/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/conduit/c
" 62 # Create imported target catalyst::conduit 63 add_library(catalyst::conduit STATIC IMPORTED) 65 set_target_properties(catalyst::conduit PROPERTIES 66 INTERFACE_LINK_LIBRARIES "catalyst::core;catalyst::conduit_headers;\$<LINK_ONLY:catalyst::libyaml>;\$<LINK_ONLY:catalyst::b64>;\$<LINK_ONLY:catalyst::rapidjson>
" 69 # Create imported target catalyst::blueprint 70 add_library(catalyst::blueprint STATIC IMPORTED) 72 set_target_properties(catalyst::blueprint PROPERTIES 73 INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/blueprint;/home/paraview/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/blueprint/c;/home/paraview/build/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/blueprint
" 74 INTERFACE_LINK_LIBRARIES "catalyst::conduit
" 77 # Create imported target catalyst::libyaml 78 add_library(catalyst::libyaml STATIC IMPORTED) 80 set_target_properties(catalyst::libyaml PROPERTIES 81 INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/libyaml/include
" 84 # Create imported target catalyst::b64 85 add_library(catalyst::b64 STATIC IMPORTED) 87 set_target_properties(catalyst::b64 PROPERTIES 88 INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/libb64/include
" 91 # Create imported target catalyst::rapidjson 92 add_library(catalyst::rapidjson INTERFACE IMPORTED) 94 set_target_properties(catalyst::rapidjson PROPERTIES 95 INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/ThirdParty/catalyst/vtkcatalyst/catalyst/thirdparty/conduit/rapidjson/include
" 98 # Create imported target catalyst::catalyst 99 add_library(catalyst::catalyst SHARED IMPORTED) 101 set_target_properties(catalyst::catalyst PROPERTIES 102 INTERFACE_LINK_LIBRARIES "catalyst::core;catalyst::conduit_headers
" 105 # Import target "catalyst::conduit
" for configuration "Debug
" 106 set_property(TARGET catalyst::conduit APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) 107 set_target_properties(catalyst::conduit PROPERTIES 108 IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX
" 109 IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libconduit_catalyst2.0.a
" 112 # Import target "catalyst::blueprint
" for configuration "Debug
" 113 set_property(TARGET catalyst::blueprint APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) 114 set_target_properties(catalyst::blueprint PROPERTIES 115 IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX
" 116 IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libblueprint_catalyst2.0.a
" 119 # Import target "catalyst::libyaml
" for configuration "Debug
" 120 set_property(TARGET catalyst::libyaml APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) 121 set_target_properties(catalyst::libyaml PROPERTIES 122 IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "C
" 123 IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/liblibyaml_catalyst2.0.a
" 126 # Import target "catalyst::b64
" for configuration "Debug
" 127 set_property(TARGET catalyst::b64 APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) 128 set_target_properties(catalyst::b64 PROPERTIES 129 IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX
" 130 IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libb64_catalyst2.0.a
" 133 # Import target "catalyst::catalyst
" for configuration "Debug
" 134 set_property(TARGET catalyst::catalyst APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) 135 set_target_properties(catalyst::catalyst PROPERTIES 136 IMPORTED_LINK_DEPENDENT_LIBRARIES_DEBUG "ParaView::InSitu;ParaView::VTKExtensionsCore;ParaView::VTKExtensionsConduit;ParaView::RemotingServerManager;VTK::ParallelMPI;Python3::Python
" 137 IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libcatalyst.so.2
" 138 IMPORTED_SONAME_DEBUG "libcatalyst.so.2
" 141 # This file does not depend on other imported targets which have 142 # been exported from the same project but in a separate export set. 144 # Commands beyond this point should not need to know the version. 145 set(CMAKE_IMPORT_FILE_VERSION)