diff options
Diffstat (limited to '')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 39ce986a644..f5e90761586 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -841,7 +841,9 @@ add_subdirectory(compressor) add_subdirectory(tools) -add_subdirectory(crypto/isa-l) +if(HAVE_INTEL) + add_subdirectory(crypto/isa-l) +endif(HAVE_INTEL) if(WITH_TESTS) |