Skip to content

Commit

Permalink
appveyor: Pass /NOLOGO parameter to nmake utility
Browse files Browse the repository at this point in the history
  • Loading branch information
saprykin committed Oct 6, 2016
1 parent 424e61c commit 143516a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ build_script:
$env:PATH = "C:\Program Files\LLVM\bin;$env:PATH";
$BUILD_COMMAND = "nmake";
$BUILD_PARAMS = "/NOLOGO"
$BUILD_TYPE = "-DCMAKE_BUILD_TYPE=$env:configuration";
$CMAKE_C_COMPILER = "-DCMAKE_C_COMPILER=clang-cl.exe"
$CMAKE_CXX_COMPILER = "-DCMAKE_CXX_COMPILER=cl.exe"
Expand Down

0 comments on commit 143516a

Please sign in to comment.