Skip to content

Commit 4a75b88

Browse files
committed
Fix root CMakeLists.txt.
1 parent 15fcdac commit 4a75b88

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CMakeLists.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.16)
22

33
project(installer_wizard LANGUAGES NONE)
44

5-
# find_package(mo2-cmake CONFIG REQUIRED)
6-
7-
include(${CMAKE_CURRENT_LIST_DIR}/../cmake_common/mo2.cmake)
5+
find_package(mo2-cmake CONFIG REQUIRED)
86

97
add_subdirectory(src)

vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"default-registry": {
55
"kind": "git",
66
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
7-
"baseline": "c55e3ab33eb170aefb1904ded8809cb88df6bb48"
7+
"baseline": "09c389ef37bcec89b28f13105be959fecf4f3975"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)