mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-07 09:48:02 +02:00
cleanup: these files are already generated elsewhere (cherry picked from commit 21f66df24affd4a4d2fb3324fb51899c811530da)
This commit is contained in:
parent
3baa9550f0
commit
dbde622530
1 changed files with 0 additions and 16 deletions
|
|
@ -178,9 +178,6 @@ ENDFOREACH(FILE_TYPE)
|
|||
|
||||
|
||||
### generate test files
|
||||
SET (CONFIG_FILES test/data/valid-config-files)
|
||||
configure_file(${CMAKE_SOURCE_DIR}/${CONFIG_FILES}/debug-allow-all-sha1.conf.cmake ${CMAKE_BINARY_DIR}/${CONFIG_FILES}/debug-allow-all-sha1.conf )
|
||||
configure_file(${CMAKE_SOURCE_DIR}/${CONFIG_FILES}/debug-allow-all.conf.cmake ${CMAKE_BINARY_DIR}/${CONFIG_FILES}/debug-allow-all.conf )
|
||||
|
||||
FOREACH(FILE_TYPE *.conf.in *.service.in)
|
||||
FOREACH(DIR ${TESTDIRS})
|
||||
|
|
@ -198,19 +195,6 @@ FOREACH(FILE_TYPE *.conf.in *.service.in)
|
|||
ENDFOREACH(DIR)
|
||||
ENDFOREACH(FILE_TYPE)
|
||||
|
||||
|
||||
|
||||
# (rh) disabled copying because bus-test could not parse this files for unknown reasons
|
||||
FILE(GLOB FILES "${CMAKE_BINARY_DIR}/bus/*.conf" )
|
||||
FOREACH(FILE ${FILES})
|
||||
GET_FILENAME_COMPONENT(FILENAME ${FILE} NAME)
|
||||
SET (TARGET ${CMAKE_BINARY_DIR}/${CONFIG_FILES}/${FILENAME})
|
||||
configure_file(${FILE} ${TARGET})
|
||||
IF (CONFIG_VERBOSE)
|
||||
MESSAGE("FROM: ${FILE}\nTO: ${TARGET}\n")
|
||||
ENDIF (CONFIG_VERBOSE)
|
||||
ENDFOREACH(FILE)
|
||||
|
||||
# todo: for installation the TEST_..._BINARY variables must reflect the
|
||||
# installation dir or has to be defined relative
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue