# Generated by Boost 1.72.0 if(TARGET Boost::exception) return() endif() if(Boost_VERBOSE OR Boost_DEBUG) message(STATUS "Found boost_exception ${boost_exception_VERSION} at ${boost_exception_DIR}") endif() # Compute the include and library directories relative to this file. get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE) # If the computed and the original directories are symlink-equivalent, use original if(EXISTS "D:/ReleaseBuild/boost_1_72_0/stage/lib/cmake") get_filename_component(_BOOST_CMAKEDIR_COMPUTED "${_BOOST_CMAKEDIR}" REALPATH) get_filename_component(_BOOST_CMAKEDIR_ORIGINAL "D:/ReleaseBuild/boost_1_72_0/stage/lib/cmake" REALPATH) if(_BOOST_CMAKEDIR_COMPUTED STREQUAL _BOOST_CMAKEDIR_ORIGINAL) set(_BOOST_CMAKEDIR "D:/ReleaseBuild/boost_1_72_0/stage/lib/cmake") endif() unset(_BOOST_CMAKEDIR_COMPUTED) unset(_BOOST_CMAKEDIR_ORIGINAL) endif() get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../../" ABSOLUTE) get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE) # Create imported target Boost::exception add_library(Boost::exception INTERFACE IMPORTED) set_target_properties(Boost::exception PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${_BOOST_INCLUDEDIR}" INTERFACE_COMPILE_DEFINITIONS "BOOST_ALL_NO_LIB" ) unset(_BOOST_LIBDIR) unset(_BOOST_INCLUDEDIR) unset(_BOOST_CMAKEDIR) mark_as_advanced(boost_exception_DIR)