1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Respect CMAKE_BUILD_TYPE (and fix packaging with non-default build settings)

Approved by:	maintainter
This commit is contained in:
Max Brazhnikov 2013-12-03 15:11:33 +00:00
parent 80fc82be96
commit 4a3163480f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335573
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ include/aces/aces_typesAndRationals.h
include/aces/aces_writeattributes.h
lib/cmake/AcesContainer/AcesContainerConfig.cmake
lib/cmake/AcesContainer/AcesContainerConfigVersion.cmake
lib/cmake/AcesContainer/AcesContainerTargets-release.cmake
lib/cmake/AcesContainer/AcesContainerTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/AcesContainer/AcesContainerTargets.cmake
lib/libAcesContainer.so
libdata/pkgconfig/AcesContainer.pc

View File

@ -2,7 +2,7 @@ include/GLFW/glfw3.h
include/GLFW/glfw3native.h
lib/cmake/glfw/glfwConfig.cmake
lib/cmake/glfw/glfwConfigVersion.cmake
lib/cmake/glfw/glfwTargets-release.cmake
lib/cmake/glfw/glfwTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/glfw/glfwTargets.cmake
lib/libglfw3.a
libdata/pkgconfig/glfw3.pc