Skip to content

Commit

Permalink
Remove perl dependency for install soci as it is not needed (we are n…
Browse files Browse the repository at this point in the history
…ot building postgresql)
  • Loading branch information
kfeinauer committed Mar 12, 2020
1 parent 8b36398 commit b9b9b25
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dependencies/windows/install-soci/install-soci.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ options(log.dir = normalizePath("logs"))
# put RStudio tools on PATH
PATH$prepend("../tools")

# try to find a perl installation directory
perl <- head(Filter(file.exists, c("C:/Perl64/bin", "C:/Perl/bin")), n = 1)
if (length(perl) == 0)
fatal("No perl installation detected (please install ActiveState Perl via 'choco install activeperl')")
PATH$prepend(perl)

# try to find MSVC 2017
msvc <- head(Filter(file.exists, c("C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Auxiliary/Build",
"C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Auxiliary/Build")), n = 1)
Expand Down

0 comments on commit b9b9b25

Please sign in to comment.