mirror of https://github.com/CGAL/cgal
add dev prefix for installation dir
This commit is contained in:
parent
e8e3efd617
commit
b594f747a1
|
|
@ -44,7 +44,7 @@
|
|||
OutFile "${CGAL_SRC}-Setup.exe"
|
||||
!endif
|
||||
|
||||
;Default installation folder: C:\CGAL-4.8
|
||||
;Default installation folder: C:\dev\CGAL-4.8
|
||||
; See also .onInit
|
||||
Installdir ""
|
||||
|
||||
|
|
@ -313,7 +313,7 @@ Function .onInit
|
|||
|
||||
# Setup the default installation dir
|
||||
${If} $InstDir == "" ; /D= was not used on the command line
|
||||
StrCpy $InstDir "C:\${CGAL_SRC}"
|
||||
StrCpy $InstDir "C:\dev\${CGAL_SRC}"
|
||||
${EndIf}
|
||||
|
||||
!ifdef DebugLog
|
||||
|
|
|
|||
Loading…
Reference in New Issue