diff options
author | Super User <root@fedora.bigbear.dk> | 2024-03-05 19:32:36 +0100 |
---|---|---|
committer | Super User <root@fedora.bigbear.dk> | 2024-03-05 19:32:36 +0100 |
commit | e8e223b4103badddb92b7727ed8386ea8896921d (patch) | |
tree | e10fd48a40e4926f71a2a27d1e59a293484308bc /CMakeLists.txt | |
parent | d1b6706269500085f4f4811e4aa298911b1ced8c (diff) |
FIX Fedora39 now works with man pages - Resolves fedora build err.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 288bed49..e19e38a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -187,9 +187,9 @@ if(${distro}${disversion} MATCHES "DebianGNULinux11") endif() #Fedora 39 - bug with man pages - probably needs upgrade.. -if(${distro}${disversion} MATCHES "FedoraLinux39") - set(PACKAGE_MANPAGES 0) -endif() +#if(${distro}${disversion} MATCHES "FedoraLinux39") +# set(PACKAGE_MANPAGES 0) +#endif() ################################################################################ if(${CMAKE_BUILD_TYPE} MATCHES [Dd]ebug) |