Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
myst6re committed Apr 20, 2024
1 parent c6945fa commit f0592a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ cmake_policy(SET CMP0074 NEW)
cmake_policy(SET CMP0091 NEW)

set(VCPKG_DISABLE_COMPILER_TRACKING 1)
#list(APPEND CMAKE_PROGRAM_PATH "${CMAKE_SOURCE_DIR}/vcpkg")
#set(CMAKE_TOOLCHAIN_FILE "${CMAKE_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake" CACHE PATH "" FORCE)
set(VCPKG_INSTALL_OPTIONS "--clean-after-build" "--x-use-aria2")

set(RELEASE_NAME "Makou_Reactor")
Expand Down Expand Up @@ -77,7 +75,7 @@ add_compile_definitions(

find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Widgets OpenGLWidgets Svg OpenGL LinguistTools Core5Compat Xml Quick REQUIRED)

set(REQUIRED_FF7TK_VERSION 0.82.1.103)
set(REQUIRED_FF7TK_VERSION 1.0.0)
find_package(ff7tk ${REQUIRED_FF7TK_VERSION} CONFIG REQUIRED COMPONENTS ff7tk fftkData ff7tkQtWidgets ff7tkFormats ff7tkUtils)

find_package(ZLIB REQUIRED)
Expand Down

0 comments on commit f0592a2

Please sign in to comment.