Skip to content

Commit

Permalink
Fixed non-namespace tests
Browse files Browse the repository at this point in the history
  • Loading branch information
obsgolem committed May 26, 2023
1 parent 39eb599 commit 5454a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Corrosion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1065,8 +1065,8 @@ function(corrosion_import_crate)
set(passthrough_to_acb "--passthrough-acb=${joined_args}")
endif()

string(REPLACE "BIN_NAMESPACE" "--bin_namespace=" bin_namespace ${bin_namespace})
string(REPLACE "LIB_NAMESPACE" "--lib_namespace=" lib_namespace ${lib_namespace})
string(REPLACE "BIN_NAMESPACE" "--bin_namespace=" bin_namespace "" ${bin_namespace})
string(REPLACE "LIB_NAMESPACE" "--lib_namespace=" lib_namespace "" ${lib_namespace})

execute_process(
COMMAND
Expand Down

0 comments on commit 5454a31

Please sign in to comment.