mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[libaaplus] Fix Mac support (#9664)
* [libaaplus] Fix Mac support * [libaaplus] Correct version number
This commit is contained in:
parent
b72eda9710
commit
79d1c64870
@ -5,6 +5,8 @@ cmake_policy(VERSION 3.11)
|
|||||||
|
|
||||||
project(libaaplus LANGUAGES CXX)
|
project(libaaplus LANGUAGES CXX)
|
||||||
|
|
||||||
|
set(CMAKE_CXX_STANDARD 14)
|
||||||
|
|
||||||
option(BUILD_TOOLS "Build libaaplus tools" OFF)
|
option(BUILD_TOOLS "Build libaaplus tools" OFF)
|
||||||
|
|
||||||
file(GLOB LIBS_SRC RELATIVE ${CMAKE_CURRENT_LIST_DIR} ${CMAKE_CURRENT_LIST_DIR}/*.cpp)
|
file(GLOB LIBS_SRC RELATIVE ${CMAKE_CURRENT_LIST_DIR} ${CMAKE_CURRENT_LIST_DIR}/*.cpp)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Source: libaaplus
|
Source: libaaplus
|
||||||
Version: 2.1.0-1
|
Version: 2.12
|
||||||
Description: libaaplus is an astronomical computations library by naughter software
|
Description: libaaplus is an astronomical computations library by naughter software
|
||||||
Homepage: http://www.naughter.com/aa.html
|
Homepage: http://www.naughter.com/aa.html
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
set(VERSION 2.10.0)
|
set(VERSION 2.12)
|
||||||
|
|
||||||
vcpkg_download_distfile(
|
vcpkg_download_distfile(
|
||||||
ARCHIVE_FILE
|
ARCHIVE_FILE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user