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"
|
OutFile "${CGAL_SRC}-Setup.exe"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
;Default installation folder: C:\CGAL-4.8
|
;Default installation folder: C:\dev\CGAL-4.8
|
||||||
; See also .onInit
|
; See also .onInit
|
||||||
Installdir ""
|
Installdir ""
|
||||||
|
|
||||||
|
|
@ -313,7 +313,7 @@ Function .onInit
|
||||||
|
|
||||||
# Setup the default installation dir
|
# Setup the default installation dir
|
||||||
${If} $InstDir == "" ; /D= was not used on the command line
|
${If} $InstDir == "" ; /D= was not used on the command line
|
||||||
StrCpy $InstDir "C:\${CGAL_SRC}"
|
StrCpy $InstDir "C:\dev\${CGAL_SRC}"
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
!ifdef DebugLog
|
!ifdef DebugLog
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue