Skip to content

Commit f1b792d

Browse files
committed
Reflow comment
1 parent a2290ea commit f1b792d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMake/ystdlib-cpp-helpers.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ endfunction()
2727
# @param PUBLIC_LINK_LIBRARIES
2828
# @param PRIVATE_LINK_LIBRARIES
2929
# @parms TESTS_SOURCES
30-
# @param [BUILD_INCLUDE_DIR="${PROJECT_SOURCE_DIR}/src"] The list of include paths for
31-
# building the library and for external projects that builds `ystdlib-cpp` as a CMAKE subproject
32-
# via the add_subdirectory() function.
30+
# @param [BUILD_INCLUDE_DIR="${PROJECT_SOURCE_DIR}/src"] The list of include paths for building the
31+
# library and for external projects that builds `ystdlib-cpp` as a CMAKE subproject via the
32+
# add_subdirectory() function.
3333
function(cpp_library)
3434
set(options "")
3535
set(oneValueArgs

0 commit comments

Comments
 (0)