aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Gaßmann <[email protected]>2023-10-31 11:51:26 +0100
committerHenrik Gaßmann <[email protected]>2023-10-31 11:51:26 +0100
commit3e14f865d30271c74fc68d417af488ea91b66d48 (patch)
tree629c6bb08d9673516f395cdf2bb7c41ed7b91363
parentbfd568897a8fc6b6eaf54ad262620536d10e9261 (diff)
style: Remove trailing whitespace in CMakeLists.txt
-rw-r--r--c/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/CMakeLists.txt b/c/CMakeLists.txt
index 5bd7bb4..cbeb555 100644
--- a/c/CMakeLists.txt
+++ b/c/CMakeLists.txt
@@ -47,7 +47,7 @@ add_library(BLAKE3::blake3 ALIAS blake3)
# library configuration
set(BLAKE3_PKGCONFIG_CFLAGS)
if (BUILD_SHARED_LIBS)
- target_compile_definitions(blake3
+ target_compile_definitions(blake3
PUBLIC BLAKE3_DLL
PRIVATE BLAKE3_DLL_EXPORTS
)
@@ -109,7 +109,7 @@ if(CMAKE_SYSTEM_PROCESSOR IN_LIST BLAKE3_AMD64_NAMES OR BLAKE3_USE_AMD64_ASM)
BLAKE3_DISABLE_SIMD()
endif()
- else()
+ else()
BLAKE3_DISABLE_SIMD()
endif()