61 lines
3.4 KiB
Plaintext
61 lines
3.4 KiB
Plaintext
CMake Warning (dev) in CMakeLists.txt:
|
|
No project() command is present. The top-level CMakeLists.txt file must
|
|
contain a literal, direct call to the project() command. Add a line of
|
|
code such as
|
|
|
|
project(ProjectName)
|
|
|
|
near the top of the file, but after cmake_minimum_required().
|
|
|
|
CMake is pretending there is a "project(Project)" command on the first
|
|
line.
|
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
|
|
|
CMake Warning at C:/Users/Nick/AppData/Local/Android/Sdk/ndk/25.2.9519653/build/cmake/android-legacy.toolchain.cmake:418 (message):
|
|
An old version of CMake is being used that cannot automatically detect
|
|
compiler attributes. Compiler identification is being bypassed. Some
|
|
values may be wrong or missing. Update to CMake 3.19 or newer to use
|
|
CMake's built-in compiler identification.
|
|
Call Stack (most recent call first):
|
|
C:/Users/Nick/AppData/Local/Android/Sdk/ndk/25.2.9519653/build/cmake/android.toolchain.cmake:54 (include)
|
|
C:/Users/Nick/AppData/Local/Android/Sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake:93 (include)
|
|
|
|
|
|
Detecting C compiler ABI info
|
|
CMake Warning at C:/Users/Nick/AppData/Local/Android/Sdk/ndk/25.2.9519653/build/cmake/android-legacy.toolchain.cmake:418 (message):
|
|
An old version of CMake is being used that cannot automatically detect
|
|
compiler attributes. Compiler identification is being bypassed. Some
|
|
values may be wrong or missing. Update to CMake 3.19 or newer to use
|
|
CMake's built-in compiler identification.
|
|
Call Stack (most recent call first):
|
|
C:/Users/Nick/AppData/Local/Android/Sdk/ndk/25.2.9519653/build/cmake/android.toolchain.cmake:54 (include)
|
|
F:/Projects/polyvox/polyvox_filament/android/.cxx/cmake/debug/arm64-v8a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
|
|
F:/Projects/polyvox/polyvox_filament/android/.cxx/cmake/debug/arm64-v8a/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
|
|
|
|
|
|
Detecting C compiler ABI info - done
|
|
Check for working C compiler: C:/Users/Nick/AppData/Local/Android/Sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped
|
|
Detecting C compile features
|
|
Detecting C compile features - done
|
|
Detecting CXX compiler ABI info
|
|
CMake Warning at C:/Users/Nick/AppData/Local/Android/Sdk/ndk/25.2.9519653/build/cmake/android-legacy.toolchain.cmake:418 (message):
|
|
An old version of CMake is being used that cannot automatically detect
|
|
compiler attributes. Compiler identification is being bypassed. Some
|
|
values may be wrong or missing. Update to CMake 3.19 or newer to use
|
|
CMake's built-in compiler identification.
|
|
Call Stack (most recent call first):
|
|
C:/Users/Nick/AppData/Local/Android/Sdk/ndk/25.2.9519653/build/cmake/android.toolchain.cmake:54 (include)
|
|
F:/Projects/polyvox/polyvox_filament/android/.cxx/cmake/debug/arm64-v8a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
|
|
F:/Projects/polyvox/polyvox_filament/android/.cxx/cmake/debug/arm64-v8a/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
|
|
|
|
|
|
Detecting CXX compiler ABI info - done
|
|
Check for working CXX compiler: C:/Users/Nick/AppData/Local/Android/Sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped
|
|
Detecting CXX compile features
|
|
Detecting CXX compile features - done
|
|
Configuring done
|
|
CMake Deprecation Warning:
|
|
The 'cmake-server(7)' is deprecated. Please port clients to use the
|
|
'cmake-file-api(7)' instead.
|
|
|