diff options
| author | SeekingMeaning <meaningseeking@protonmail.com> | 2020-01-13 11:32:12 -0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2020-01-13 11:32:12 -0800 |
| commit | 79d1c6487070c1b3fb9a73165ab7ccc7c9147cdd (patch) | |
| tree | 870f9e6b883009ebeafbb1a42b069c5f6678c6cd | |
| parent | b72eda971091cc02e83bb9fb445ebf91ed94ab52 (diff) | |
| download | vcpkg-79d1c6487070c1b3fb9a73165ab7ccc7c9147cdd.tar.gz vcpkg-79d1c6487070c1b3fb9a73165ab7ccc7c9147cdd.zip | |
[libaaplus] Fix Mac support (#9664)
* [libaaplus] Fix Mac support
* [libaaplus] Correct version number
| -rw-r--r-- | ports/libaaplus/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ports/libaaplus/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libaaplus/portfile.cmake | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/ports/libaaplus/CMakeLists.txt b/ports/libaaplus/CMakeLists.txt index 8c658ff87..fa8f60f80 100644 --- a/ports/libaaplus/CMakeLists.txt +++ b/ports/libaaplus/CMakeLists.txt @@ -5,6 +5,8 @@ cmake_policy(VERSION 3.11) project(libaaplus LANGUAGES CXX) +set(CMAKE_CXX_STANDARD 14) + option(BUILD_TOOLS "Build libaaplus tools" OFF) file(GLOB LIBS_SRC RELATIVE ${CMAKE_CURRENT_LIST_DIR} ${CMAKE_CURRENT_LIST_DIR}/*.cpp) diff --git a/ports/libaaplus/CONTROL b/ports/libaaplus/CONTROL index 4fcc711a2..eb5df3ff0 100644 --- a/ports/libaaplus/CONTROL +++ b/ports/libaaplus/CONTROL @@ -1,5 +1,5 @@ Source: libaaplus
-Version: 2.1.0-1
+Version: 2.12
Description: libaaplus is an astronomical computations library by naughter software
Homepage: http://www.naughter.com/aa.html
diff --git a/ports/libaaplus/portfile.cmake b/ports/libaaplus/portfile.cmake index 48a0b0a75..d0b862655 100644 --- a/ports/libaaplus/portfile.cmake +++ b/ports/libaaplus/portfile.cmake @@ -1,4 +1,4 @@ -set(VERSION 2.10.0)
+set(VERSION 2.12)
vcpkg_download_distfile(
ARCHIVE_FILE
|
