Skip to content

Commit

Permalink
fix: Rename Hearthstonepp to RosettaStone
Browse files Browse the repository at this point in the history
  • Loading branch information
revsic committed Apr 11, 2019
1 parent 52ffc8a commit 7918eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Builds/CMake/CompileOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#

# Set warnings as errors flag
option(HEARTHSTONEPP_WARNINGS_AS_ERRORS "Treat all warnings as errors" ON)
if(HEARTHSTONEPP_WARNINGS_AS_ERRORS)
option(ROSETTASTONE_WARNINGS_AS_ERRORS "Treat all warnings as errors" ON)
if(ROSETTASTONE_WARNINGS_AS_ERRORS)
if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
set(WARN_AS_ERROR_FLAGS "/WX")
else()
Expand Down

0 comments on commit 7918eaf

Please sign in to comment.