Skip to content

Commit

Permalink
Turn off warnings as errors on windows
Browse files Browse the repository at this point in the history
Signed-off-by: AMZN-Gene <[email protected]>
  • Loading branch information
AMZN-Gene committed Sep 30, 2024
1 parent 14fa201 commit afe864f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package-system/assimp/build_assimp_windows.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cmake -S temp/src ^
-DASSIMP_BUILD_ZLIB=OFF ^
-DASSIMP_BUILD_ASSIMP_TOOLS=OFF ^
-DASSIMP_BUILD_USD_IMPORTER=ON ^
-DASSIMP_WARNINGS_AS_ERRORS=OFF ^
-DCMAKE_CXX_FLAGS="/EHsc /w" ^
temp/src/CMakeLists.txt || exit /b 1
cmake --build temp/src --config release --parallel 1 || exit /b 1
Expand All @@ -33,6 +34,7 @@ cmake -S temp/src ^
-DASSIMP_BUILD_ZLIB=OFF ^
-DASSIMP_BUILD_ASSIMP_TOOLS=OFF ^
-DASSIMP_BUILD_USD_IMPORTER=ON ^
-DASSIMP_WARNINGS_AS_ERRORS=OFF ^
-DCMAKE_CXX_FLAGS="/EHsc /w" ^
temp/src/CMakeLists.txt || exit /b 1
cmake --build temp/src --config release --parallel 1 || exit /b 1
Expand Down

0 comments on commit afe864f

Please sign in to comment.