File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.23)
33project (ystdlib VERSION "0.1.0" LANGUAGES CXX)
44
55list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR} /cmake" )
6- include (ystdlib-helpers)
76include (CMakePackageConfigHelpers)
87include (GNUInstallDirs)
8+ include (ystdlib-helpers)
99
1010option (BUILD_SHARED_LIBS "Build using shared libraries." OFF )
1111option (ystdlib_BUILD_TESTING "Build the testing tree for ystdlib." ON )
@@ -44,12 +44,12 @@ set(ystdlib_LIBRARIES
4444 "io_interface"
4545 "wrapped_facade_headers"
4646 CACHE STRING
47- "Semi-colon separated list of libraries to be built."
47+ "Semicolon- separated list of libraries to be built."
4848)
4949
5050message (STATUS "Building the following libraries:" )
5151foreach (LIB IN LISTS ystdlib_LIBRARIES)
52- message (" - ${LIB} " )
52+ message (STATUS " - ${LIB} " )
5353endforeach ()
5454
5555if (ystdlib_IS_TOP_LEVEL)
You can’t perform that action at this time.
0 commit comments