mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
Only generate installation rules for rostests if the ROSTESTS_INSTALL environment variable is defined.
svn path=/trunk/; revision=73534
This commit is contained in:
parent
da200b3a2c
commit
0a08074364
1 changed files with 4 additions and 1 deletions
|
@ -834,5 +834,8 @@ function(add_rostests_file)
|
|||
endif()
|
||||
|
||||
add_cd_file(FILE ${_ROSTESTS_FILE} DESTINATION "reactos/bin${_ROSTESTS_SUBDIR}" FOR all)
|
||||
install(FILES ${_ROSTESTS_FILE} DESTINATION "$ENV{ROSTESTS_INSTALL}${_ROSTESTS_SUBDIR}" COMPONENT rostests)
|
||||
|
||||
if(DEFINED ENV{ROSTESTS_INSTALL})
|
||||
install(FILES ${_ROSTESTS_FILE} DESTINATION "$ENV{ROSTESTS_INSTALL}${_ROSTESTS_SUBDIR}" COMPONENT rostests)
|
||||
endif()
|
||||
endfunction()
|
||||
|
|
Loading…
Reference in a new issue