Add a TODO

[skip ci]
This commit is contained in:
Alexey Sokolov
2017-01-12 00:08:35 +00:00
parent 1bb0199ec4
commit 4416ef9731
2 changed files with 6 additions and 0 deletions

View File

@@ -14,6 +14,9 @@
# limitations under the License.
#
# TODO: consider switching to swig_add_library() after bumping CMake
# requirements to 3.8, when that command started using IMPLICIT_DEPENDS
set(modinclude_modperl PUBLIC ${PERL_INCLUDE_DIRS}
"${CMAKE_CURRENT_BINARY_DIR}/.." PARENT_SCOPE)
set(modcompile_modperl PUBLIC "${PERL_CFLAGS}" PARENT_SCOPE)

View File

@@ -14,6 +14,9 @@
# limitations under the License.
#
# TODO: consider switching to swig_add_library() after bumping CMake
# requirements to 3.8, when that command started using IMPLICIT_DEPENDS
set(modinclude_modpython PUBLIC ${PYTHON_INCLUDE_DIRS}
"${CMAKE_CURRENT_BINARY_DIR}/.." PARENT_SCOPE)
set(modlink_modpython PUBLIC ${PYTHON_LIBRARIES} PARENT_SCOPE)