Skip to content

Commit

Permalink
cleanup: Move cmake/external to super/ (#2972)
Browse files Browse the repository at this point in the history
These files are only used in the super build, so it makes sense to move
them to that directory.
  • Loading branch information
coryan authored Aug 14, 2019
1 parent c31b958 commit 150aaf8
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion super/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

set(GOOGLE_CLOUD_CPP_ROOT "${PROJECT_SOURCE_DIR}/..")
list(APPEND CMAKE_MODULE_PATH "${GOOGLE_CLOUD_CPP_ROOT}/cmake")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}")

include(external/curl)
include(external/crc32c)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 150aaf8

Please sign in to comment.