cmake CONDUIT examples

LLNL/SAMRAI cmake/thirdparty/SetupSAMRAIThirdParty.cmake :194

find_package(CONDUIT REQUIRED)

LLNL/conduit src/examples/cpp_fort_and_py/CMakeLists.txt :45

find_package(Conduit REQUIRED
             NO_DEFAULT_PATH 
             PATHS ${CONDUIT_DIR}/lib/cmake/conduit)