Skip to content

Commit

Permalink
[CMake] Patch InstallRequiredSystemLibraries to fix arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Jan 22, 2021
1 parent 959c1ea commit f54bc32
Show file tree
Hide file tree
Showing 2 changed files with 783 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 3.5)
project(applocalconfig)

set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

if(NOT WIN32)
message( FATAL_ERROR "Only supports Windows" )
endif()
Expand Down
Loading

0 comments on commit f54bc32

Please sign in to comment.