Skip to content

Commit

Permalink
Add binary dir for abseil
Browse files Browse the repository at this point in the history
Without a binary dir, the source directory cannot be out of tree. Adding
it, so that spirv-tools can avoid adding the abseil subdirectory itself.
It will just pass the source directory to effcee.
  • Loading branch information
s-perron authored and dneto0 committed Jun 21, 2023
1 parent 6d3b974 commit 19b4aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if (NOT TARGET absl::base)
set(ABSL_INTERNAL_AT_LEAST_CXX17 ON)
set(ABSL_PROPAGATE_CXX_STD ON)
set(ABSL_ENABLE_INSTALL ON)
add_subdirectory(${EFFCEE_ABSEIL_DIR} EXCLUDE_FROM_ALL)
add_subdirectory(${EFFCEE_ABSEIL_DIR} absl EXCLUDE_FROM_ALL)
endif()
endif()
if (NOT TARGET absl::base)
Expand Down

0 comments on commit 19b4aa8

Please sign in to comment.