Skip to content

Commit

Permalink
Update recipes/liquid-dsp/all/conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
perseoGI committed Sep 20, 2024
1 parent 48563f1 commit f3af01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/liquid-dsp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def validate(self):
if cross_building(self):
raise ConanInvalidConfiguration("Cross building is not yet supported. Contributions are welcome")
if is_msvc(self):
raise ConanInvalidConfiguration("MSVC is not supported due to missing 'complex' support data type support")
raise ConanInvalidConfiguration("MSVC is not supported due to missing 'complex' data type support")

def build_requirements(self):
# For ./bootstrap.sh
Expand Down

0 comments on commit f3af01b

Please sign in to comment.