Skip to content
Snippets Groups Projects
Commit 4b699ebe authored by Patrik Huber's avatar Patrik Huber
Browse files

Added debug postfix (-d) to the library so release & debug can be installed side by side.

parent aaa9dcc7
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,9 @@ set(CPACK_PACKAGE_VERSION_MINOR "${eos_VERSION_MINOR}") ...@@ -27,6 +27,9 @@ set(CPACK_PACKAGE_VERSION_MINOR "${eos_VERSION_MINOR}")
set(CPACK_PACKAGE_VERSION_PATCH "${eos_VERSION_PATCH}") set(CPACK_PACKAGE_VERSION_PATCH "${eos_VERSION_PATCH}")
include(CPack) include(CPack)
# Set debug library postfix:
set(CMAKE_DEBUG_POSTFIX "-d")
# Find dependencies: # Find dependencies:
find_package(OpenCV 2.4.3 REQUIRED core) find_package(OpenCV 2.4.3 REQUIRED core)
message(STATUS "OpenCV include dir found at ${OpenCV_INCLUDE_DIRS}") message(STATUS "OpenCV include dir found at ${OpenCV_INCLUDE_DIRS}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment