Skip to content

Commit

Permalink
Remove SDL_MAIN_AVAILABLE for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcwatters committed Aug 1, 2023
1 parent 750a141 commit 9729871
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ set(PHYSFS_BUILD_DOCS FALSE CACHE BOOL "Build doxygen based documentation")
add_subdirectory(lib/physfs-release-3.2.0)

# add the SDL2 library
target_compile_definitions(game PUBLIC SDL_MAIN_AVAILABLE)
find_package(SDL2 2.28.1 EXACT REQUIRED PATHS lib)

# add the volk library
Expand Down

0 comments on commit 9729871

Please sign in to comment.