diff options
| author | Antonin Descampe <antonin@gmail.com> | 2014-10-15 10:24:49 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2014-10-15 10:24:49 +0000 |
| commit | 984351f86f825b2679af5dc70a2c5d0e07ff3059 (patch) | |
| tree | c3c41ef25aa65f391458794685d4485fe3b7f654 /CMakeLists.txt | |
| parent | f8796711e8d8e004d8b73929f0ff87c83abf0c76 (diff) | |
[trunk] Add option to call dsymutil on built binaries (fixes issue 409)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f83362b..7859b6dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -148,6 +148,7 @@ endif() if (APPLE) list(APPEND OPENJPEG_LIBRARY_PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/${OPENJPEG_INSTALL_LIB_DIR}") + option(OPJ_USE_DSYMUTIL "Call dsymutil on binaries after build." OFF) endif() #----------------------------------------------------------------------------- |
