Warning, /graphics/digikam/core/cmake/templates/builddatescript.cmake.in is written in an unsupported language. File is not indexed.

0001 #
0002 # Script to get system date at compilation time.
0003 #
0004 # SPDX-FileCopyrightText: 2010-2024 by Gilles Caulier, <caulier dot gilles at gmail dot com>
0005 #
0006 # SPDX-License-Identifier: BSD-3-Clause
0007 #
0008 
0009 STRING(TIMESTAMP MYBUILDDATE "%Y%m%dT%H%M%S" UTC)
0010 
0011 # Configure the revision header
0012 
0013 configure_file("@CMAKE_CURRENT_SOURCE_DIR@/cmake/templates/builddate.h.cmake.in"
0014                "@CMAKE_CURRENT_BINARY_DIR@/app/utils/digikam_builddate.h")