Skip to content

Commit

Permalink
cmake: adapt BareosConfigureFile for building from src root
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jul 16, 2020
1 parent 1764d45 commit 6ab3168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/cmake/BareosConfigureFile.cmake
@@ -1,6 +1,6 @@
# BAREOS® - Backup Archiving REcovery Open Sourced
#
# Copyright (C) 2017-2019 Bareos GmbH & Co. KG
# Copyright (C) 2017-2020 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 All @@ -21,7 +21,7 @@
# configure file all *.in files
#

file(GLOB_RECURSE IN_FILES "${CMAKE_CURRENT_SOURCE_DIR}/*.in")
file(GLOB_RECURSE IN_FILES "${CMAKE_SOURCE_DIR}/*.in")
foreach(in_file ${IN_FILES})
string(
REGEX
Expand Down

0 comments on commit 6ab3168

Please sign in to comment.