Skip to content

BUILD: Add options to enable/disable external dependencies #121

@zmoon

Description

@zmoon

Currently, this would be GOCART and MUSICA-MICM.

Ah, if you want to only enable these languages only when musica is built, somewhere you can do something like this

if (ENABLE_MUSICA)
    enable_language(C)
    enable_language(CXX)
endif()

Originally posted by @K20shores in #114 (comment)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions