MantisBT - Doomseeker
View Issue Details
0003380Doomseeker[All Projects] Bugpublic2018-02-21 21:022018-10-27 22:55
WubTheCaptain 
Blzut3 
normalminoralways
closedfixed 
x86_64Debian GNU/Linuxbuster/sid
1.1 
1.21.2 
0003380: CMake Warning (dev): Policy CMP0071 is not set
CMake 3.10 and later have a new warning about policy CMP0071.

Quote from CMP0071
Let AUTOMOC and AUTOUIC process GENERATED files.

Since version 3.10, CMake processes regular and GENERATED source files in AUTOMOC and AUTOUIC. In earlier CMake versions, only regular source files were processed. GENERATED source files were ignored silently.

  1. Make sure you're on CMake version >3.10: cmake --version
  2. Clone the Doomseeker source code and extract it
  3. Follow the compile instructions per COMPILE.txt in the source archive, up until cmake has been executed
  4. Notice the CMake Warnings in the output of build generation
I've used cmake version 3.10.2. Happens in both 1.1 and 1.2-beta~b39b4c1.

'https://cmake.org/cmake/help/latest/policy/CMP0071.html [^]'
No tags attached.
log cmake.log (6,661) 2018-02-21 21:02
https://zandronum.com/tracker/file_download.php?file_id=2306&type=bug
Issue History
2018-02-21 21:02WubTheCaptainNew Issue
2018-02-21 21:02WubTheCaptainFile Added: cmake.log
2018-02-26 03:56Blzut3Assigned To => Blzut3
2018-02-26 03:56Blzut3Statusnew => assigned
2018-02-26 04:21Blzut3Note Added: 0019087
2018-02-26 04:21Blzut3Statusassigned => needs testing
2018-02-26 04:22Blzut3Fixed in Version => 1.2
2018-02-26 04:22Blzut3Target Version => 1.2
2018-02-26 07:19WubTheCaptainNote Added: 0019092
2018-02-26 07:19WubTheCaptainStatusneeds testing => resolved
2018-02-26 07:19WubTheCaptainResolutionopen => fixed
2018-10-27 22:55WubTheCaptainStatusresolved => closed

Notes
(0019087)
Blzut3   
2018-02-26 04:21   
Address in'https://bitbucket.org/Doomseeker/doomseeker/commits/89723aa969177c7b2d0dd6123a97b2926dba42fc [^]'

As stated in the commit message, CMake 3.11 in looking pretty good in regards to deb packaging by the way. Just changelog, copyright, extended description, and soname. Most of which already have tickets.
(0019092)
WubTheCaptain   
2018-02-26 07:19   
Works for me.