Skip to content

Commit

Permalink
Merge pull request #95 from SpatioTemporal/cmake-improvement
Browse files Browse the repository at this point in the history
Cmake improvement
  • Loading branch information
michaelleerilee authored Sep 4, 2021
2 parents 42de810 + 32bee3b commit aeed460
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ cmake -DCMAKE_INSTALL_PREFIX:PATH=< install_path > ..
make test
make install

# libSTARE.a will be added to ${CMAKE_INSTALL_PREFIX}/lib
# Header files will be added to ${CMAKE_INSTALL_PREFIX}/include/STARE

# Optimization flags may be set via an environment variable OPTFLAGS or via
# the cmake invocation as
cmake -DOPTFLAGS="-O2"
Expand Down
6 changes: 5 additions & 1 deletion NOTES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

* 2021-0821 Version 1.2.0
* 2021-0903 Version 1.2.1b

CMake build/install improvement.

* 2021-0821 Version 1.2.0b

Added reverse and forward resolutions to fromJulianUTC and fromJulianTAI. Added default values to
their declarations. Many changes to tests and generated a few bugs. Found overflow/underflow issue
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
2 changes: 1 addition & 1 deletion include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ install(FILES STARE.h
VarStr.h
VarStr.hpp
VarStr.hxx
../external/erfa-single-file/erfa.h DESTINATION include)
../external/erfa-single-file/erfa.h DESTINATION include/STARE)

0 comments on commit aeed460

Please sign in to comment.