Skip to content

Commit

Permalink
Don't export TPL targets, since we are installing them instead
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale committed Nov 1, 2023
1 parent 3a0981e commit d59ad44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (UMPIRE_ENABLE_NUMA AND (NOT UNIX OR APPLE))
Please re-configure with UMPIRE_ENABLE_NUMA=Off (default value)")
endif ()

set(BLT_EXPORT_THIRDPARTY ON CACHE BOOL "")
set(BLT_EXPORT_THIRDPARTY OFF CACHE BOOL "")

################################
# BLT
Expand Down

0 comments on commit d59ad44

Please sign in to comment.