Skip to content

Commit

Permalink
Use correct CMake variable for disabling IPv6 support for Nettool
Browse files Browse the repository at this point in the history
git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11650 8aca7d54-2c30-db11-9de9-000461428c89
  • Loading branch information
ceeac committed Mar 5, 2025
1 parent b83181f commit 07121b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nettool/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (SIMUTRANS_USE_SYSLOG)
target_compile_definitions(nettool PRIVATE SYSLOG=1)
endif ()

if (NOT SIMUTRANS_USE_IPV6)
if (SIMUTRANS_USE_IP4_ONLY)
target_compile_definitions(nettool PRIVATE USE_IP4_ONLY=1)
endif ()

Expand Down

0 comments on commit 07121b5

Please sign in to comment.