Skip to content

Commit

Permalink
Removing OMPT build setting from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Feb 7, 2024
1 parent 53a97c5 commit 57606f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- run:
name: "Configure"
command: |
cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DAPEX_BUILD_TESTS=TRUE -DAPEX_BUILD_ACTIVEHARMONY=TRUE -DAPEX_WITH_PLUGINS=TRUE -DAPEX_BUILD_BFD=TRUE -DAPEX_BUILD_OTF2=TRUE -DAPEX_BUILD_OMPT=TRUE -DAPEX_WITH_PERFETTO=TRUE -DAPEX_WITH_LM_SENSORS=TRUE -DAPEX_BUILD_EXAMPLES=TRUE
cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DAPEX_BUILD_TESTS=TRUE -DAPEX_BUILD_ACTIVEHARMONY=TRUE -DAPEX_WITH_PLUGINS=TRUE -DAPEX_BUILD_BFD=TRUE -DAPEX_BUILD_OTF2=TRUE -DAPEX_WITH_PERFETTO=TRUE -DAPEX_WITH_LM_SENSORS=TRUE -DAPEX_BUILD_EXAMPLES=TRUE
- run:
name: "Build"
command: |
Expand Down

0 comments on commit 57606f6

Please sign in to comment.