Skip to content

Commit

Permalink
Merge branch 'feature/update-for-s2e-v8' into sample/how-to-make-new-…
Browse files Browse the repository at this point in the history
…components-v8
  • Loading branch information
200km committed Oct 5, 2024
2 parents ad92ffd + 7611fe7 commit 2665cbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
ls cspice/include
ls cspice/generic_kernels
ls nrlmsise00
ls nrlmsise00/table
ls nrlmsise00/lib*
ls nrlmsise00/lib*/libnrlmsise00.lib
ls nrlmsise00/src
Expand Down Expand Up @@ -173,7 +172,6 @@ jobs:
ls cspice/include
ls cspice/generic_kernels
ls nrlmsise00
ls nrlmsise00/table
ls nrlmsise00/lib*
ls nrlmsise00/lib*/libnrlmsise00.a
ls nrlmsise00/src
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ option(USE_C2A "Use C2A" OFF)
option(BUILD_64BIT "Build 64bit" OFF)

# Mac user setting
option(APPLE_SILICON "Build with Apple Silicon" OFF)
option(APPLE_SILICON "Build with Apple Silicon" ON)
# Force build with 64bit for APPLE
if(APPLE)
option(BUILD_64BIT "Build 64bit" ON)
Expand Down

0 comments on commit 2665cbb

Please sign in to comment.