Skip to content

Commit

Permalink
Update R-package/src/install.libs.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored May 13, 2020
1 parent a1d2596 commit 513684e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-package/src/install.libs.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ if (!use_precompile) {
} else {
visual_studio_succeeded <- .generate_vs_makefiles(cmake_args)
if (!isTRUE(visual_studio_succeeded)) {
message("Building with Visual Studio failed. Attempting with MinGW")
warning("Building with Visual Studio failed. Attempting with MinGW")
# Must build twice for Windows due sh.exe in Rtools
cmake_args <- c(cmake_args, "-G", shQuote("MinGW Makefiles"))
.run_shell_command("cmake", c(cmake_args, ".."), strict = FALSE)
Expand Down

0 comments on commit 513684e

Please sign in to comment.