Compare commits
2 Commits
de98ead539
...
d11222a07f
| Author | SHA1 | Date | |
|---|---|---|---|
| d11222a07f | |||
| 0ffee8eceb |
@@ -37,7 +37,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
|
||||
add_library(fitpack_project STATIC ${src_files})
|
||||
|
||||
get_target_property(FP_LIBDIR fitpack_project LIBRARY_OUTPUT_DIRECTORY)
|
||||
message(STATUS "FP_LIBDIR: ${FP_LIBDIR}")
|
||||
# message(STATUS "FP_LIBDIR: ${FP_LIBDIR}")
|
||||
|
||||
add_library(fitpack STATIC IMPORTED GLOBAL)
|
||||
set_target_properties(
|
||||
|
||||
@@ -648,7 +648,7 @@ static constexpr bool mcc_is_app_coordpair(MccCoordPairKind kind)
|
||||
};
|
||||
|
||||
|
||||
static constexpr std::string_view MCC_COORDPAIR_KIND_RADEC_ICRS_STR = "RADEC-IRCS";
|
||||
static constexpr std::string_view MCC_COORDPAIR_KIND_RADEC_ICRS_STR = "RADEC-ICRS";
|
||||
static constexpr std::string_view MCC_COORDPAIR_KIND_RADEC_APP_STR = "RADEC-APP";
|
||||
static constexpr std::string_view MCC_COORDPAIR_KIND_RADEC_OBS_STR = "RADEC-OBS";
|
||||
static constexpr std::string_view MCC_COORDPAIR_KIND_HADEC_APP_STR = "HADEC-APP";
|
||||
|
||||
Reference in New Issue
Block a user