-
Notifications
You must be signed in to change notification settings - Fork 96
Simplify third-party integration #786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
91cb452
dca41a3
55f2b20
ad9b550
d559ecb
a15b17b
e4ac35d
abf5854
412e7b3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,23 +84,6 @@ set(GINKGO_HAVE_PAPI_SDE @GINKGO_HAVE_PAPI_SDE@) | |
set(GINKGO_HAVE_HWLOC @GINKGO_HAVE_HWLOC@) | ||
set(GINKGO_BUILD_HWLOC @GINKGO_BUILD_HWLOC@) | ||
|
||
# Ginkgo external package variables | ||
set(GINKGO_USE_EXTERNAL_CAS "@GINKGO_USE_EXTERNAL_CAS@") | ||
set(GINKGO_USE_EXTERNAL_GTEST "@GINKGO_USE_EXTERNAL_GTEST@") | ||
set(GINKGO_USE_EXTERNAL_GFLAGS "@GINKGO_USE_EXTERNAL_GFLAGS@") | ||
set(GINKGO_USE_EXTERNAL_RAPIDJSON "@GINKGO_USE_EXTERNAL_RAPIDJSON@") | ||
set(GINKGO_USE_EXTERNAL_HWLOC "@GINKGO_USE_EXTERNAL_HWLOC@") | ||
Comment on lines
-89
to
-92
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Having this also helped debugging in case something failed with an external package, knowing it's external would help pinpoint the problem. With the current setup, I'm not sure if we would have a (simple) way to keep something like that. Maybe storing the actual version? |
||
|
||
set(TPL_ENABLE_GTEST "@TPL_ENABLE_GTEST@") | ||
set(TPL_GTEST_LIBRARIES "@TPL_GTEST_LIBRARIES@") | ||
set(TPL_GTEST_INCLUDE_DIRS "@TPL_GTEST_INCLUDE_DIRS@") | ||
set(TPL_ENABLE_GFLAGS "@TPL_ENABLE_GFLAGS@") | ||
set(TPL_GFLAGS_LIBRARIES "@TPL_GFLAGS_LIBRARIES@") | ||
set(TPL_GFLAGS_INCLUDE_DIRS "@TPL_GFLAGS_INCLUDE_DIRS@") | ||
set(TPL_ENABLE_RAPIDJSON "@TPL_ENABLE_RAPIDJSON@") | ||
set(TPL_RAPIDJSON_LIBRARIES "@TPL_RAPIDJSON_LIBRARIES@") | ||
set(TPL_RAPIDJSON_INCLUDE_DIRS "@TPL_RAPIDJSON_INCLUDE_DIRS@") | ||
|
||
# Ginkgo installation configuration | ||
set(GINKGO_CONFIG_FILE_PATH "${CMAKE_CURRENT_LIST_DIR}") | ||
string(REPLACE "@GINKGO_INSTALL_CONFIG_DIR@" "" GINKGO_INSTALL_PREFIX "${GINKGO_CONFIG_FILE_PATH}") | ||
|
Uh oh!
There was an error while loading. Please reload this page.