Skip to content
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

cmake: fix setting CMAKE_HIP_FLAGS #3155

Merged
merged 2 commits into from
Jan 20, 2024

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Jan 19, 2024

Fix #2523 (comment).

CMAKE_<LANG>_FLAGS is a string, so when using set, we should use quotes.

`CMAKE_<LANG>_FLAGS` is a string, so when using `set`, we should use quotes.
@njzjz njzjz added the bug label Jan 19, 2024
Copy link

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d915a91) 76.05% compared to head (c052d73) 76.05%.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #3155   +/-   ##
=======================================
  Coverage   76.05%   76.05%           
=======================================
  Files         276      276           
  Lines       25586    25586           
  Branches     1591     1595    +4     
=======================================
  Hits        19460    19460           
  Misses       5202     5202           
  Partials      924      924           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wanghan-iapcm wanghan-iapcm merged commit 937f03f into deepmodeling:devel Jan 20, 2024
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants