34 lines
1.7 KiB
Plaintext
34 lines
1.7 KiB
Plaintext
C:\Users\Iain\AppData\Local\JetBrains\CLion2021.1\cygwin_cmake\bin\cmake.exe -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" /cygdrive/c/Users/Iain/Desktop/vperf
|
|
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
|
|
Compatibility with CMake < 2.8.12 will be removed from a future version of
|
|
CMake.
|
|
|
|
Update the VERSION argument <min> value or use a ...<max> suffix to tell
|
|
CMake that the project does not need compatibility with older versions.
|
|
|
|
|
|
CMake Warning at /cygdrive/c/Users/Iain/AppData/Local/JetBrains/CLion2021.1/cygwin_cmake/share/cmake-3.19.2/Modules/Platform/CYGWIN.cmake:15 (message):
|
|
CMake no longer defines WIN32 on Cygwin!
|
|
|
|
(1) If you are just trying to build this project, ignore this warning or
|
|
quiet it by setting CMAKE_LEGACY_CYGWIN_WIN32=0 in your environment or in
|
|
the CMake cache. If later configuration or build errors occur then this
|
|
project may have been written under the assumption that Cygwin is WIN32.
|
|
In that case, set CMAKE_LEGACY_CYGWIN_WIN32=1 instead.
|
|
|
|
(2) If you are developing this project, add the line
|
|
|
|
set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
|
|
|
|
at the top of your top-level CMakeLists.txt file or set the minimum
|
|
required version of CMake to 2.8.4 or higher. Then teach your project to
|
|
build on Cygwin without WIN32.
|
|
Call Stack (most recent call first):
|
|
/cygdrive/c/Users/Iain/AppData/Local/JetBrains/CLion2021.1/cygwin_cmake/share/cmake-3.19.2/Modules/CMakeSystemSpecificInformation.cmake:26 (include)
|
|
CMakeLists.txt:2 (project)
|
|
|
|
|
|
-- Configuring done
|
|
-- Generating done
|
|
-- Build files have been written to: /cygdrive/c/Users/Iain/Desktop/vperf/cmake-build-debug
|