[multimedia/audiocd-kio] /: Remove warning (found by cmake --warn-uninitialized -Werror=dev )

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit e60546db58a24116800171b33f94f47015bb9054 by Laurent Montel.
Committed on 22/07/2026 at 11:39.
Pushed by mlaurent into branch 'master'.

Remove warning (found by cmake --warn-uninitialized -Werror=dev )

M  +1    -1    CMakeLists.txt

https://invent.kde.org/multimedia/audiocd-kio/-/commit/e60546db58a24116800171b33f94f47015bb9054

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 79cd246..6d4a1ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,7 +54,7 @@ set_package_properties(KF6DocTools PROPERTIES
 find_package(Cdparanoia REQUIRED)
 
 cmake_push_check_state()
-set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${CDPARANOIA_INCLUDE_DIR})
+set(CMAKE_REQUIRED_INCLUDES ${CDPARANOIA_INCLUDE_DIR})
 check_struct_has_member("struct cdrom_drive" "ioctl_device_name" "cdda_interface.h" CDDA_IOCTL_DEVICE_EXISTS)
 cmake_pop_check_state()
 if(CDDA_IOCTL_DEVICE_EXISTS)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.