Skip to content

Commit

Permalink
Always run install when building with CMake+MSBuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Jul 8, 2024
1 parent 41678c9 commit 4e30fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks/modorganizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ namespace mob::tasks {

g.generator(cmake::vs)
.def("CMAKE_INSTALL_PREFIX:PATH", conf().path().install())
.def("CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD", "1")
.def("CMAKE_PREFIX_PATH", conf().path().install() / "lib" / "cmake")
.root(root);

Expand Down

0 comments on commit 4e30fa0

Please sign in to comment.