remove .DIR directories from install
This commit is contained in:
parent
b6c24cfc35
commit
7dfa6208ea
|
@ -81,7 +81,7 @@ section "install"
|
|||
setOutPath $INSTDIR\doc
|
||||
file /r "..\..\doc\"
|
||||
setOutPath $INSTDIR\data
|
||||
file /r /X CMakeFiles /X *.cmake /X *.vcproj /X CMakeLists.txt /X *.am "..\..\data\"
|
||||
file /r /X CMakeFiles /X *.cmake /X *.dir /X *.vcproj /X CMakeLists.txt /X *.am "..\..\data\"
|
||||
setOutPath $INSTDIR
|
||||
file "vcredist_x86.exe"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user