Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chipitsine committed Nov 24, 2024
1 parent 7740584 commit 2905907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists-brotli.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ else()
message("-- Compiler is not EMSCRIPTEN")
endif()

if(WIN32)
set (CMAKE_GENERATOR "NMake Makefiles" CACHE INTERNAL "" FORCE)
endif()
#if(WIN32)
set (CMAKE_GENERATOR "NMake Makefiles" CACHE STRING "Choose generator" FORCE)
#endif()

# If Brotli is being bundled in another project, we don't want to
# install anything. However, we want to let people override this, so
Expand Down

0 comments on commit 2905907

Please sign in to comment.