Skip to content

Commit

Permalink
fix builds again...
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwothousand committed Aug 5, 2021
1 parent 726bb19 commit 32048bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ endif()


if(MSVC)
target_compile_definitions(enet PRIVATE -W3)
target_compile_options(enet PRIVATE -W3)
else()
target_compile_definitions(enet PRIVATE -Wno-error)
target_compile_options(enet PRIVATE -Wno-error)
endif()

target_include_directories(enet PUBLIC ${PROJECT_SOURCE_DIR}/include)

0 comments on commit 32048bb

Please sign in to comment.