Skip to content

Commit

Permalink
CMakeLists.txt - minor cmake-format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Jan 3, 2024
1 parent 5261873 commit d748d11
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of the KD Soap project.
#
# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
#
# SPDX-License-Identifier: MIT
#
Expand Down Expand Up @@ -208,7 +208,9 @@ if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
AnyNewerVersion
)
if(${PROJECT_NAME}_QT6)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/kdsoap_version.h" DESTINATION ${INSTALL_INCLUDE_DIR}/KDSoapClient-Qt6/KDSoapClient)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/kdsoap_version.h"
DESTINATION ${INSTALL_INCLUDE_DIR}/KDSoapClient-Qt6/KDSoapClient
)
else()
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/kdsoap_version.h" DESTINATION ${INSTALL_INCLUDE_DIR}/KDSoapClient)
endif()
Expand Down

0 comments on commit d748d11

Please sign in to comment.