This commit is contained in:
qingchao 2025-05-26 23:22:28 +08:00
parent d8e57ea036
commit 64807db60e
45 changed files with 102 additions and 4 deletions

View File

@ -1,4 +1,16 @@
D:\App\ToolBox\CLion\bin\cmake\win\x64\bin\cmake.exe -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=D:/App/ToolBox/CLion/bin/ninja/win/x64/ninja.exe -G Ninja -S D:\Project\CPP_Project\CTL -B D:\Project\CPP_Project\CTL\Build\Debug D:\App\ToolBox\CLion\bin\cmake\win\x64\bin\cmake.exe -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=D:/App/ToolBox/CLion/bin/ninja/win/x64/ninja.exe -G Ninja -S D:\Project\CPP_Project\CTL -B D:\Project\CPP_Project\CTL\Build\Debug
-- The C compiler identification is GNU 13.1.0
-- The CXX compiler identification is GNU 13.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: D:/App/ToolBox/CLion/bin/mingw/bin/gcc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: D:/App/ToolBox/CLion/bin/mingw/bin/g++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CC_SDK/CMakeLists.txt:1 (cmake_minimum_required): CMake Deprecation Warning at CC_SDK/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of Compatibility with CMake < 3.10 will be removed from a future version of
CMake. CMake.
@ -17,7 +29,10 @@ CMake Deprecation Warning at CC_SDK/Environment/cppp-reiconv/build-aux/CMakeList
to work with policies introduced by <max> or earlier. to work with policies introduced by <max> or earlier.
-- Found Python: C:/Users/21994/AppData/Local/Programs/Python/Python312/python.exe (found version "3.12.6") found components: Interpreter
-- Using 'D:/Project/CPP_Project/CTL/CC_SDK/Environment/cppp-reiconv/build-aux' for C++ Plus build-aux directory. -- Using 'D:/Project/CPP_Project/CTL/CC_SDK/Environment/cppp-reiconv/build-aux' for C++ Plus build-aux directory.
-- Performing Test HAVE_VISIBILITY
-- Performing Test HAVE_VISIBILITY - Success
CMake Deprecation Warning at CC_SDK/Environment/CSerialPort/CMakeLists.txt:14 (cmake_minimum_required): CMake Deprecation Warning at CC_SDK/Environment/CSerialPort/CMakeLists.txt:14 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of Compatibility with CMake < 3.10 will be removed from a future version of
CMake. CMake.
@ -56,9 +71,43 @@ CMake Deprecation Warning at CC_SDK/Environment/portaudio/CMakeLists.txt:1 (cmak
to work with policies introduced by <max> or earlier. to work with policies introduced by <max> or earlier.
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- regex.h POSIX header NOT found and NOT available from TRE -- regex.h POSIX header NOT found and NOT available from TRE
-- Could NOT find Regex (missing: TRE_INCLUDE_DIR TRE_LIBRARY) -- Could NOT find Regex (missing: TRE_INCLUDE_DIR TRE_LIBRARY)
-- Could NOT find JACK (missing: JACK_INCLUDEDIR Regex_FOUND) -- Could NOT find JACK (missing: JACK_INCLUDEDIR Regex_FOUND)
-- Configuring done (2.1s) CMake Warning (dev) at D:/App/ToolBox/CLion/bin/cmake/win/x64/share/cmake-3.31/Modules/FetchContent.cmake:1564 (cmake_parse_arguments):
-- Generating done (0.1s) The CONFIGURE_COMMAND keyword was followed by an empty string or no value
at all. Policy CMP0174 is not set, so cmake_parse_arguments() will unset
the ARG_CONFIGURE_COMMAND variable rather than setting it to an empty
string.
Call Stack (most recent call first):
D:/App/ToolBox/CLion/bin/cmake/win/x64/share/cmake-3.31/Modules/FetchContent.cmake:2145:EVAL:2 (__FetchContent_doPopulation)
D:/App/ToolBox/CLion/bin/cmake/win/x64/share/cmake-3.31/Modules/FetchContent.cmake:2145 (cmake_language)
D:/App/ToolBox/CLion/bin/cmake/win/x64/share/cmake-3.31/Modules/FetchContent.cmake:2384 (__FetchContent_Populate)
CC_SDK/Environment/webview/cmake/webview.cmake:89 (FetchContent_MakeAvailable)
CC_SDK/Environment/webview/cmake/webview.cmake:65 (webview_fetch_mswebview2)
CC_SDK/Environment/webview/cmake/internal.cmake:145 (webview_find_dependencies)
CC_SDK/CMakeLists.txt:19 (webview_init)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at CC_SDK/Environment/webview/cmake/webview.cmake:67 (find_package):
Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
CMake variable MSWebView2_ROOT is set to:
D:/Project/CPP_Project/CTL/Build/Debug/_deps/microsoft_web_webview2-src
For compatibility, CMake is ignoring the variable.
Call Stack (most recent call first):
CC_SDK/Environment/webview/cmake/internal.cmake:145 (webview_find_dependencies)
CC_SDK/CMakeLists.txt:19 (webview_init)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found MSWebView2: D:/Project/CPP_Project/CTL/Build/Debug/_deps/microsoft_web_webview2-src/build/native/include
-- Configuring done (9.9s)
-- Generating done (0.2s)
-- Build files have been written to: D:/Project/CPP_Project/CTL/Build/Debug -- Build files have been written to: D:/Project/CPP_Project/CTL/Build/Debug

View File

@ -1,4 +1,16 @@
D:\App\ToolBox\CLion\bin\cmake\win\x64\bin\cmake.exe -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=D:/App/ToolBox/CLion/bin/ninja/win/x64/ninja.exe -G Ninja -S D:\Project\CPP_Project\CTL -B D:\Project\CPP_Project\CTL\Build\Release D:\App\ToolBox\CLion\bin\cmake\win\x64\bin\cmake.exe -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=D:/App/ToolBox/CLion/bin/ninja/win/x64/ninja.exe -G Ninja -S D:\Project\CPP_Project\CTL -B D:\Project\CPP_Project\CTL\Build\Release
-- The C compiler identification is GNU 13.1.0
-- The CXX compiler identification is GNU 13.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: D:/App/ToolBox/CLion/bin/mingw/bin/gcc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: D:/App/ToolBox/CLion/bin/mingw/bin/g++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CC_SDK/CMakeLists.txt:1 (cmake_minimum_required): CMake Deprecation Warning at CC_SDK/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of Compatibility with CMake < 3.10 will be removed from a future version of
CMake. CMake.
@ -17,7 +29,10 @@ CMake Deprecation Warning at CC_SDK/Environment/cppp-reiconv/build-aux/CMakeList
to work with policies introduced by <max> or earlier. to work with policies introduced by <max> or earlier.
-- Found Python: C:/Users/21994/AppData/Local/Programs/Python/Python312/python.exe (found version "3.12.6") found components: Interpreter
-- Using 'D:/Project/CPP_Project/CTL/CC_SDK/Environment/cppp-reiconv/build-aux' for C++ Plus build-aux directory. -- Using 'D:/Project/CPP_Project/CTL/CC_SDK/Environment/cppp-reiconv/build-aux' for C++ Plus build-aux directory.
-- Performing Test HAVE_VISIBILITY
-- Performing Test HAVE_VISIBILITY - Success
CMake Deprecation Warning at CC_SDK/Environment/CSerialPort/CMakeLists.txt:14 (cmake_minimum_required): CMake Deprecation Warning at CC_SDK/Environment/CSerialPort/CMakeLists.txt:14 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of Compatibility with CMake < 3.10 will be removed from a future version of
CMake. CMake.
@ -56,9 +71,43 @@ CMake Deprecation Warning at CC_SDK/Environment/portaudio/CMakeLists.txt:1 (cmak
to work with policies introduced by <max> or earlier. to work with policies introduced by <max> or earlier.
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- regex.h POSIX header NOT found and NOT available from TRE -- regex.h POSIX header NOT found and NOT available from TRE
-- Could NOT find Regex (missing: TRE_INCLUDE_DIR TRE_LIBRARY) -- Could NOT find Regex (missing: TRE_INCLUDE_DIR TRE_LIBRARY)
-- Could NOT find JACK (missing: JACK_INCLUDEDIR Regex_FOUND) -- Could NOT find JACK (missing: JACK_INCLUDEDIR Regex_FOUND)
-- Configuring done (2.1s) CMake Warning (dev) at D:/App/ToolBox/CLion/bin/cmake/win/x64/share/cmake-3.31/Modules/FetchContent.cmake:1564 (cmake_parse_arguments):
-- Generating done (0.1s) The CONFIGURE_COMMAND keyword was followed by an empty string or no value
at all. Policy CMP0174 is not set, so cmake_parse_arguments() will unset
the ARG_CONFIGURE_COMMAND variable rather than setting it to an empty
string.
Call Stack (most recent call first):
D:/App/ToolBox/CLion/bin/cmake/win/x64/share/cmake-3.31/Modules/FetchContent.cmake:2145:EVAL:2 (__FetchContent_doPopulation)
D:/App/ToolBox/CLion/bin/cmake/win/x64/share/cmake-3.31/Modules/FetchContent.cmake:2145 (cmake_language)
D:/App/ToolBox/CLion/bin/cmake/win/x64/share/cmake-3.31/Modules/FetchContent.cmake:2384 (__FetchContent_Populate)
CC_SDK/Environment/webview/cmake/webview.cmake:89 (FetchContent_MakeAvailable)
CC_SDK/Environment/webview/cmake/webview.cmake:65 (webview_fetch_mswebview2)
CC_SDK/Environment/webview/cmake/internal.cmake:145 (webview_find_dependencies)
CC_SDK/CMakeLists.txt:19 (webview_init)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at CC_SDK/Environment/webview/cmake/webview.cmake:67 (find_package):
Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
CMake variable MSWebView2_ROOT is set to:
D:/Project/CPP_Project/CTL/Build/Release/_deps/microsoft_web_webview2-src
For compatibility, CMake is ignoring the variable.
Call Stack (most recent call first):
CC_SDK/Environment/webview/cmake/internal.cmake:145 (webview_find_dependencies)
CC_SDK/CMakeLists.txt:19 (webview_init)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found MSWebView2: D:/Project/CPP_Project/CTL/Build/Release/_deps/microsoft_web_webview2-src/build/native/include
-- Configuring done (9.9s)
-- Generating done (0.2s)
-- Build files have been written to: D:/Project/CPP_Project/CTL/Build/Release -- Build files have been written to: D:/Project/CPP_Project/CTL/Build/Release