Skip to content

Commit

Permalink
Merge pull request #6 from ryandesign/macOS
Browse files Browse the repository at this point in the history
Fix name of macOS
  • Loading branch information
dpiparo authored Feb 5, 2019
2 parents ea5a33c + 525ac47 commit c5c0817
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ endif(USE_VC)

# set compiler options =========================================================
if(DIAG)
# Library for time measurement: OSx and Linux
# Library for time measurement: macOS and Linux
set (LIBTIMING "rt")
# do not set it if on OSx
# do not set it if on macOS
if (APPLE AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 8.0)
set (LIBTIMINGAPPLE "-framework Carbon")
endif ()
Expand Down
2 changes: 1 addition & 1 deletion ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ o Fixed the installation of atan2.h

V0.2.2
o Removed typos in the documentation (thanks to A. Neumann for spotting this!)
o Fixed CMake to make the install working also on OSx
o Fixed CMake to make the install working also on macOS

V0.2.1
o Shared library built by default instead of static one.
Expand Down

0 comments on commit c5c0817

Please sign in to comment.