CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It affects...
[oota-llvm.git] / CMakeLists.txt
index 59a69b16e5a7e1c986b487d88706f87ae296ef3e..b357478bbc3a3bec9df69461a7a8eac26166f180 100644 (file)
@@ -240,7 +240,6 @@ endif()
 
 option(LLVM_BUILD_TESTS
   "Build LLVM unit tests. If OFF, just generate build targes." OFF)
-option(LLVM_INCLUDE_TESTS "Generate build targets for the LLVM unit tests." ON)
 if( LLVM_INCLUDE_TESTS )
   add_subdirectory(test)
   add_subdirectory(utils/unittest)