Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ports/libaaplus/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ports/libaaplus/CONTROL
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion ports/libaaplus/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(VERSION 2.10.0)
set(VERSION 2.12)

vcpkg_download_distfile(
ARCHIVE_FILE
Expand Down