commit | 952191da79971939065b710d70655c14e6d66279 | [log] [tgz] |
---|---|---|
author | DRC <information@libjpeg-turbo.org> | Sat Dec 03 14:21:11 2016 -0600 |
committer | DRC <information@libjpeg-turbo.org> | Sat Dec 03 15:21:27 2016 -0600 |
tree | 944fcdb9b067a4c89a775545f82a0f94b4d5aec8 | |
parent | d642da75bdb327809e240b269d51679c6d85c1c6 [diff] |
Build: Fix issues when building as a Git submodule - Replace CMAKE_SOURCE_DIR with CMAKE_CURRENT_SOURCE_DIR - Replace CMAKE_BINARY_DIR with CMAKE_CURRENT_BINARY_DIR - Don't use "libjpeg-turbo" in any of the package system filenames (because CMAKE_PROJECT_NAME will not be the same if building LJT as a submodule.) Closes #122