Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6570 from EOSIO/remove_cotire
Browse files Browse the repository at this point in the history
Remove cotire
  • Loading branch information
spoonincode authored Jan 10, 2019
2 parents 7533e4f + 24d5885 commit 5e1fc53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4,014 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS "ON")
set(BUILD_DOXYGEN FALSE CACHE BOOL "Build doxygen documentation on every make")
set(BUILD_MONGO_DB_PLUGIN FALSE CACHE BOOL "Build mongo database plugin")

#set (USE_PCH 1)

if (USE_PCH)
include (cotire)
endif(USE_PCH)

# add defaults for openssl
if ("${OPENSSL_ROOT_DIR}" STREQUAL "")
if (NOT "$ENV{OPENSSL_ROOT_DIR}" STREQUAL "")
Expand Down
Loading

0 comments on commit 5e1fc53

Please sign in to comment.