Get rid of the broken scripts install
This commit is contained in:
parent
593eaf7ea3
commit
ca3b3572ca
|
@ -1033,17 +1033,6 @@ add_custom_target( uninstall
|
||||||
# Installation
|
# Installation
|
||||||
#================================================
|
#================================================
|
||||||
|
|
||||||
###
|
|
||||||
# Install scripts
|
|
||||||
###
|
|
||||||
if( UNIX AND NOT APPLE )
|
|
||||||
install( DIRECTORY scripts
|
|
||||||
DESTINATION ${KICAD_DOCS}
|
|
||||||
COMPONENT resources
|
|
||||||
PATTERN "*.bat" EXCLUDE
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
include( CTest )
|
include( CTest )
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|
Loading…
Reference in New Issue