Skip to content

Commit

Permalink
Fix root CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Aug 2, 2024
1 parent 15fcdac commit 4a75b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.16)

project(installer_wizard LANGUAGES NONE)

# find_package(mo2-cmake CONFIG REQUIRED)

include(${CMAKE_CURRENT_LIST_DIR}/../cmake_common/mo2.cmake)
find_package(mo2-cmake CONFIG REQUIRED)

add_subdirectory(src)
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"default-registry": {
"kind": "git",
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
"baseline": "c55e3ab33eb170aefb1904ded8809cb88df6bb48"
"baseline": "09c389ef37bcec89b28f13105be959fecf4f3975"
}
}
}

0 comments on commit 4a75b88

Please sign in to comment.