Skip to content

Commit

Permalink
build: set both arm64 and x86_64 for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Aug 17, 2024
1 parent 44fcc5c commit 9b6acf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
cmake_minimum_required (VERSION 3.18)
# set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "" FORCE)
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "" FORCE)
project (HDF5 C)

if (POLICY CMP0074)
Expand Down
1 change: 0 additions & 1 deletion hl/c++/src/H5PacketTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* February 2004
*/

#include "H5Wrapper.h"
/* High-level library internal header file */
#include "H5HLprivate2.h"

Expand Down

0 comments on commit 9b6acf4

Please sign in to comment.