diff --git a/CMakeLists.txt b/CMakeLists.txt index 6addf3c..8b6140b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ if(UNIX) find_package(PkgConfig) pkg_check_modules(XML2 libxml-2.0) if(XML2_FOUND) - target_include_directories(${PROJECT_NAME} PRIVATE /usr/include/GgraphicsMagick ${XML2_INCLUDE_DIRS}) + target_include_directories(${PROJECT_NAME} PRIVATE /usr/include/GraphicsMagick ${XML2_INCLUDE_DIRS}) endif() elseif(EXISTS "/etc/os-release" AND ("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")) # Tumbleweed-spezifische Include-Verzeichnisse