aboutsummaryrefslogtreecommitdiff
path: root/crypto/fipsmodule/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/fipsmodule/CMakeLists.txt')
-rw-r--r--crypto/fipsmodule/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/fipsmodule/CMakeLists.txt b/crypto/fipsmodule/CMakeLists.txt
index 3082375..babda94 100644
--- a/crypto/fipsmodule/CMakeLists.txt
+++ b/crypto/fipsmodule/CMakeLists.txt
@@ -1,6 +1,6 @@
include_directories(../../include)
-if (${ARCH} STREQUAL "x86_64")
+if(${ARCH} STREQUAL "x86_64")
set(
BCM_ASM_SOURCES
@@ -22,7 +22,7 @@ if (${ARCH} STREQUAL "x86_64")
)
endif()
-if (${ARCH} STREQUAL "x86")
+if(${ARCH} STREQUAL "x86")
set(
BCM_ASM_SOURCES
@@ -40,7 +40,7 @@ if (${ARCH} STREQUAL "x86")
)
endif()
-if (${ARCH} STREQUAL "arm")
+if(${ARCH} STREQUAL "arm")
set(
BCM_ASM_SOURCES
@@ -56,7 +56,7 @@ if (${ARCH} STREQUAL "arm")
)
endif()
-if (${ARCH} STREQUAL "aarch64")
+if(${ARCH} STREQUAL "aarch64")
set(
BCM_ASM_SOURCES
@@ -69,7 +69,7 @@ if (${ARCH} STREQUAL "aarch64")
)
endif()
-if (${ARCH} STREQUAL "ppc64le")
+if(${ARCH} STREQUAL "ppc64le")
set(
BCM_ASM_SOURCES