File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- if (NOT TARGET ystdlib::containers)
2- include ( " ${ CMAKE_CURRENT_LIST_DIR } /containers-target.cmake" )
1+ if (TARGET ystdlib::containers)
2+ return ( )
33endif ()
4+
5+ include ("${CMAKE_CURRENT_LIST_DIR } /containers-target.cmake" )
Original file line number Diff line number Diff line change 1- if (@Boost_FOUND@ )
2- find_dependency ( Boost @boost_find_package_args@ )
1+ if (TARGET ystdlib::error_handling )
2+ return ( )
33endif ()
44
5- if (NOT TARGET ystdlib::error_handling)
6- include ("${CMAKE_CURRENT_LIST_DIR } /error_handling-target.cmake" )
7- endif ()
5+ find_dependency (Boost @boost_find_package_args@ )
6+ include ("${CMAKE_CURRENT_LIST_DIR } /error_handling-target.cmake" )
Original file line number Diff line number Diff line change 1+ if (TARGET ystdlib::io_interface)
2+ return ()
3+ endif ()
4+
15if (NOT TARGET ystdlib::wrapped_facade_headers)
26 include ("${CMAKE_CURRENT_LIST_DIR } /wrapped_facade_headers-target.cmake" )
37endif ()
48
5- if (NOT TARGET ystdlib::io_interface)
6- include ("${CMAKE_CURRENT_LIST_DIR } /io_interface-target.cmake" )
7- endif ()
9+ include ("${CMAKE_CURRENT_LIST_DIR } /io_interface-target.cmake" )
Original file line number Diff line number Diff line change 1- if (NOT TARGET ystdlib::wrapped_facade_headers)
2- include ( " ${ CMAKE_CURRENT_LIST_DIR } /wrapped_facade_headers-target.cmake" )
1+ if (TARGET ystdlib::wrapped_facade_headers)
2+ return ( )
33endif ()
4+
5+ include ("${CMAKE_CURRENT_LIST_DIR } /wrapped_facade_headers-target.cmake" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ macro(require_argument_values REQUIRED_ARG_NAMES)
99 set (_REQUIRED_ARGS "${REQUIRED_ARG_NAMES} " )
1010 foreach (_REQUIRED_ARG IN LISTS _REQUIRED_ARGS)
1111 if (NOT DEFINED ARG_${_REQUIRED_ARG} OR ARG_${_REQUIRED_ARG} STREQUAL "" )
12- message (FATAL_ERROR "Non-empty value for argument: '${VAR_NAME } '" )
12+ message (FATAL_ERROR "Non-empty value for argument: '${_REQUIRED_ARG } '" )
1313 endif ()
1414 endforeach ()
1515endmacro ()
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ if(TARGET ystdlib::io_interface)
22 return ()
33endif ()
44
5- if (NOT wrapped_facade_headers IN_LIST ystdlib_LIBRARIES)
5+ if (NOT " wrapped_facade_headers" IN_LIST ystdlib_LIBRARIES)
66 add_subdirectory (
77 "${CMAKE_CURRENT_LIST_DIR } /../wrapped_facade_headers"
88 "${CMAKE_CURRENT_BINARY_DIR } /implicit_dep/wrapped_facade_headers"
You can’t perform that action at this time.
0 commit comments