summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2023-02-28 16:55:23 +0100
committerGitHub <noreply@github.com>2023-02-28 16:55:23 +0100
commit003f019d7579e49f4ec7609ef8eac26ada6ae753 (patch)
treea3b742820cc12e4124266bd9ef6bd2938fb62930 /CMakeLists.txt
parentf726cda8e4df7d76cece8640f931304bc3d87471 (diff)
Revert "remove fastos"
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ce11196725f..5463c4215a0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,8 +28,6 @@ vespa_use_default_cmake_prefix_path()
SET(CMAKE_FIND_PACKAGE_SORT_ORDER NATURAL)
SET(CMAKE_FIND_PACKAGE_SORT_DIRECTION DEC)
-find_package(Threads REQUIRED)
-
find_package(LLVM REQUIRED CONFIG)
message(STATUS "Found LLVM ${LLVM_PACKAGE_VERSION}")
message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")
@@ -101,6 +99,7 @@ add_subdirectory(docprocs)
add_subdirectory(document)
add_subdirectory(documentapi)
add_subdirectory(eval)
+add_subdirectory(fastos)
add_subdirectory(fbench)
add_subdirectory(fileacquirer)
add_subdirectory(filedistribution)