Clementine-audio-player-Mac.../cmake
Giel van Schijndel a30f86515a build: remove bad double negative when discovering 'git'
This automatically works because CMake's `if` statement considers
variables which' content ends with "-NOTFOUND" to be FALSE.

The previous version however was first tried as a variable which didn't
exist. As a result after that it's interpreted as a string (not a
variable anymore). So it skips the "-NOTFOUND" check and only does a
"string not empty" check. Which, as this is a string constant, is always
true.
2024-10-14 17:48:47 +01:00
..
C++11Compat.cmake Hack to make the C++11 override keyword work with old compilers. 2014-09-26 20:33:02 +10:00
Deb.cmake Oops 2011-01-08 17:08:33 +00:00
FindFFTW3.cmake Fix misc. source comment typos 2019-08-21 23:43:16 -04:00
Format.cmake Explicitly using python2 to prevent errors on py3-default systems 2017-03-13 18:58:15 +00:00
OptionalSource.cmake Update main cmakelists to qt5 2015-04-11 23:24:05 +02:00
ParseArguments.cmake build: Move minimum cmake version to 3.0.0 2021-04-17 16:24:46 +01:00
SpotifyVersion.cmake Bump spotify lib & blob version. 2016-01-28 14:55:49 +00:00
Summary.cmake build: Remove CMP0012 NEW policy 2021-04-18 13:47:10 +01:00
Translations.cmake build: Move minimum cmake version to 3.0.0 2021-04-17 16:24:46 +01:00
Version.cmake build: remove bad double negative when discovering 'git' 2024-10-14 17:48:47 +01:00