mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Add a TODO
[skip ci]
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user