View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0003932 | Doomseeker | [All Projects] Cleanup | public | 2021-12-09 01:36 | 2021-12-09 01:37 |
|
Reporter | WubTheCaptain | |
Assigned To | | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | |
Platform | amd64 | OS | Debian | OS Version | bookworm/sid |
Product Version | 1.3.2 | |
Target Version | | Fixed in Version | | |
|
Summary | 0003932: CMake Warning: Policy CMP0115 is not set: Source file extensions must be explicit. |
Description | Building Doomseeker creates Policy CMP0115 warnings with CMake 3.20.6 or newer. |
Steps To Reproduce |
$ cmake /home/wub/.local/src/doomseeker/doomseeker
-- Using system zlib
-- Using system bzip2 library
-- Using internal Wadseeker library
-- Setting up plugin chocolatedoom. Source dir:
/home/wub/.local/src/doomseeker/doomseeker/src/plugins/chocolate-doom
-- chocolatedoom provides translations
-- Setting up plugin odamex. Source dir:
/home/wub/.local/src/doomseeker/doomseeker/src/plugins/odamex
-- odamex provides translations
-- Setting up plugin srb2. Source dir:
/home/wub/.local/src/doomseeker/doomseeker/src/plugins/srb2
-- srb2 provides translations
-- Setting up plugin zandronum. Source dir:
/home/wub/.local/src/doomseeker/doomseeker/src/plugins/zandronum
-- zandronum provides translations
-- Setting up plugin zandronumq. Source dir:
/home/wub/.local/src/doomseeker/doomseeker/src/plugins/zandronumq
-- zandronumq provides translations
-- Setting up plugin turok2ex. Source dir:
/home/wub/.local/src/doomseeker/doomseeker/src/plugins/turok2ex
-- turok2ex provides translations
-- 'INSTALL' will dump files to "/usr/local"
-- Configuring done
CMake Warning (dev) at src/wadseeker/CMakeLists.txt:210 (add_library):
Policy CMP0115 is not set: Source file extensions must be explicit. Run
"cmake --help-policy CMP0115" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
File:
/home/wub/.local/src/doomseeker/doomseeker/src/wadseeker/wadseekerversiondefs.h.in
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at src/core/CMakeLists.txt:173 (add_executable):
Policy CMP0115 is not set: Source file extensions must be explicit. Run
"cmake --help-policy CMP0115" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
File:
/home/wub/.local/src/doomseeker/doomseeker/src/core/versiondefs.h.in
This warning is for project developers. Use -Wno-dev to suppress it.
-- Generating done
-- Build files have been written to: /tmp/doomseeker |
Additional Information | CMake 3.22.0 (affects CMake 3.20.6 and newer). Policy introduced in CMake 3.20.0.
'https://cmake.org/cmake/help/v3.20/policy/CMP0115.html [^]' |
|
Attached Files | |
|