Skip to content

Commit

Permalink
Remove assert of local matches cache export var (#551)
Browse files Browse the repository at this point in the history
Turns out this is the wrong assert to do.  For now just commenting out
tribits_assert_cache_and_local_vars_same_value() and will decide how to fix
this for real later.
  • Loading branch information
bartlettroscoe committed Dec 13, 2022
1 parent 9289e09 commit 07aeef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tribits/core/package_arch/TribitsPkgExportCacheVars.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function(tribits_pkg_append_set_commands_for_exported_vars packageName
endforeach()
endif()
foreach(exportedCacheVar IN LISTS ${packageName}_PKG_VARS_TO_EXPORT)
tribits_assert_cache_and_local_vars_same_value(${exportedCacheVar})
#tribits_assert_cache_and_local_vars_same_value(${exportedCacheVar})
string(APPEND configFileStr
"set(${exportedCacheVar} \"${${exportedCacheVar}}\")\n")
endforeach()
Expand Down

0 comments on commit 07aeef0

Please sign in to comment.