Skip to content

Commit 24cfd34

Browse files
committed
Use --build with --target INSTALL to install MO2 component instead of --install.
1 parent 190b7b1 commit 24cfd34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tasks/modorganizer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,9 @@ namespace mob::tasks {
194194
.configuration(mob::config::relwithdebinfo));
195195

196196
// run cmake --install
197-
run_tool(cmake(cmake::install)
197+
run_tool(cmake(cmake::build)
198198
.root(source_path())
199+
.targets("INSTALL")
199200
.configuration(mob::config::relwithdebinfo));
200201
}
201202

0 commit comments

Comments
 (0)