mirror of
https://github.com/transmission/transmission
synced 2025-03-04 02:28:03 +00:00
Don't install Makefile.in files for web UI when using CMake
This commit is contained in:
parent
a2881dfece
commit
7502dcc439
1 changed files with 1 additions and 0 deletions
|
@ -474,6 +474,7 @@ endforeach()
|
|||
if(ENABLE_DAEMON OR ENABLE_GTK OR ENABLE_QT)
|
||||
install(DIRECTORY web DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${TR_NAME}
|
||||
PATTERN *.am EXCLUDE
|
||||
PATTERN *.in EXCLUDE
|
||||
PATTERN *.scss EXCLUDE)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue