summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2021-11-30 11:08:38 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2021-11-30 11:08:38 +0100
commit1608b21eefa7faad534f630279e823ad9300a6eb (patch)
tree96bac8642a5eef5c2280eb5b335843d881dd6372 /cmake
parent1fc034df33d97ef3c6c0756c33691a8a196cb605 (diff)
downloadlibpcap-1608b21eefa7faad534f630279e823ad9300a6eb.tar.gz
Remove trailing spaces/tabs
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/FindPacket.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindPacket.cmake b/cmake/Modules/FindPacket.cmake
index 7253d226..c008c06b 100644
--- a/cmake/Modules/FindPacket.cmake
+++ b/cmake/Modules/FindPacket.cmake
@@ -72,7 +72,7 @@ if(CMAKE_SIZEOF_VOID_P EQUAL 8)
file(WRITE "${CMAKE_BINARY_DIR}/archdetect.c" "${archdetect_c_code}")
try_compile(
- IsArm64
+ IsArm64
"${CMAKE_BINARY_DIR}/archdetect"
"${CMAKE_BINARY_DIR}/archdetect.c"
)