Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Lederer committed Mar 7, 2024
1 parent a4fb780 commit e2561d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions systemtests/tests/py3plug-fd-ldap/CMakeLists.txt
@@ -1,6 +1,6 @@
# BAREOS® - Backup Archiving REcovery Open Sourced
#
# Copyright (C) 2021-2023 Bareos GmbH & Co. KG
# Copyright (C) 2021-2024 Bareos GmbH & Co. KG
#
# This program is Free Software; you can redistribute it and/or
# modify it under the terms of version three of the GNU Affero General Public
Expand Down Expand Up @@ -39,7 +39,9 @@ set(SYSTEMTEST_LDAP_PASSWORD
if(TARGET python3-fd)
check_pymodule_available(3 ldap)
if(PYMODULE_3_LDAP_FOUND AND SYSTEMTEST_LDAP_ADDRESS)
string(REPLACE ":" "\\\\:" SYSTEMTEST_LDAP_ADDRESS_ESCAPED ${SYSTEMTEST_LDAP_ADDRESS})
string(REPLACE ":" "\\\\:" SYSTEMTEST_LDAP_ADDRESS_ESCAPED
${SYSTEMTEST_LDAP_ADDRESS}
)
cmake_print_variables(SYSTEMTEST_LDAP_ADDRESS_ESCAPED)
create_systemtest(${SYSTEMTEST_PREFIX} ${BASENAME})
else()
Expand Down

0 comments on commit e2561d5

Please sign in to comment.