Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlourbano authored Nov 26, 2024
1 parent 9fd821b commit f83185f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ if(ENABLE_TUNTAP)
endif()
else()
message(WARNING "You do not have TunTap support. You can get it here: http://tuntaposx.sourceforge.net/")
set(ENABLE_TUNTAP OFF)
endif()

elseif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
Expand Down Expand Up @@ -282,4 +283,4 @@ message(STATUS "")
message(STATUS "")

add_custom_target(uninstall
"${CMAKE_COMMAND}" -P "${PROJECT_SOURCE_DIR}/Uninstall.cmake")
"${CMAKE_COMMAND}" -P "${PROJECT_SOURCE_DIR}/Uninstall.cmake")

0 comments on commit f83185f

Please sign in to comment.