Skip to content

Commit

Permalink
Default to deprecated UIBase header location when no preset is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Jul 8, 2024
1 parent 0246a44 commit 41678c9
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 @@ -217,6 +217,7 @@ namespace mob::tasks {
}
else {
g.def("DEPENDENCIES_DIR", conf().path().build())
.def("MO2_CMAKE_DEPRECATED_UIBASE_INCLUDE", "ON")
.def("BOOST_ROOT", boost::source_path())
.def("BOOST_LIBRARYDIR", boost::lib_path(arch::x64))
.def("SPDLOG_ROOT", spdlog::source_path())
Expand Down

0 comments on commit 41678c9

Please sign in to comment.