Skip to content

Commit

Permalink
[cmake] revert changes
Browse files Browse the repository at this point in the history
changes were unnecessary
  • Loading branch information
xoviat committed Dec 23, 2017
1 parent 86d9284 commit 3112783
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ add_subdirectory(tools)
#endif()
#add_subdirectory(examples)

# if( FLANG_INCLUDE_TESTS )
if( FLANG_INCLUDE_TESTS )
# if(EXISTS ${LLVM_MAIN_SRC_DIR}/utils/unittest/googletest/include/gtest/gtest.h)
# add_subdirectory(unittests)
# list(APPEND FLANG_TEST_DEPS FlangUnitTests)
Expand All @@ -426,7 +426,7 @@ add_subdirectory(tools)
# endif()
add_subdirectory(test)

# if(FLANG_BUILT_STANDALONE)
if(FLANG_BUILT_STANDALONE)
# Add a global check rule now that all subdirectories have been traversed
# and we know the total set of lit testsuites.
get_property(LLVM_LIT_TESTSUITES GLOBAL PROPERTY LLVM_LIT_TESTSUITES)
Expand All @@ -440,9 +440,9 @@ add_subdirectory(tools)
DEPENDS ${LLVM_LIT_DEPENDS}
ARGS ${LLVM_LIT_EXTRA_ARGS}
)
# endif()
endif()
# add_subdirectory(utils/perf-training)
# endif()
endif()

option(FLANG_INCLUDE_DOCS "Generate build targets for the Flang docs."
${LLVM_INCLUDE_DOCS})
Expand Down

0 comments on commit 3112783

Please sign in to comment.