mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 06:53:58 +08:00
Merge pull request #1503 from traversaro/patch-5
[gsl] Add a "d" debug postfix
This commit is contained in:
commit
378b6bd957
@ -48,6 +48,10 @@ file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/gsl_types.h "${GSLTYPES_H}")
|
||||
file(GLOB_RECURSE PUBLIC_HEADERS gsl*.h)
|
||||
list(APPEND PUBLIC_HEADERS ${CMAKE_CURRENT_BINARY_DIR}/gsl_types.h)
|
||||
|
||||
# The debug libraries have a "d" postfix so that CMake's FindGSL.cmake
|
||||
# module can distinguish between Release and Debug libraries
|
||||
set(CMAKE_DEBUG_POSTFIX "d")
|
||||
|
||||
add_library(gslcblas ${CBLAS_SOURCES})
|
||||
set_target_properties(gslcblas PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
Source: gsl
|
||||
Version: 2.3-1
|
||||
Version: 2.3-2
|
||||
Description: The GNU Scientific Library is a numerical library for C and C++ programmers
|
||||
|
Loading…
Reference in New Issue
Block a user