diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 72e36d4..d7cc499 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -33,7 +33,7 @@ elseif(HOST_LOONGARCH64) | |||
33 | elseif(HOST_MIPS64) | 33 | elseif(HOST_MIPS64) |
34 | include_directories(../crypto/arch/mips64) | 34 | include_directories(../crypto/arch/mips64) |
35 | elseif(HOST_MIPS) | 35 | elseif(HOST_MIPS) |
36 | # XXX - can this go away? the directory doesn't exist... | 36 | include_directories(../crypto/arch/mips) |
37 | elseif(HOST_POWERPC) | 37 | elseif(HOST_POWERPC) |
38 | include_directories(../crypto/arch/powerpc) | 38 | include_directories(../crypto/arch/powerpc) |
39 | elseif(HOST_POWERPC64) | 39 | elseif(HOST_POWERPC64) |