Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Modules/MicrochipPathSearch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ function(MICROCHIP_PATH_SEARCH outvar target)
"C:/Program Files/Microchip"
"C:/Program Files (x86)/Microchip"
)
elseif(CMAKE_HOST_SYSTEM MATCHES "Darwin")
list(APPEND MICROCHIP_SEARCH_PATH /Applications/microchip)
endif()

set(candidate_paths)
Expand Down
2 changes: 1 addition & 1 deletion toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


# CMP0057 (IN_LIST operator) since 3.3
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.18)


# record the directory containing this script
Expand Down