mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix some modpython/modperl dependencies in cmake
This commit is contained in:
@@ -31,7 +31,9 @@ if(SWIG_FOUND)
|
||||
COMMAND "${PERL_EXECUTABLE}"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/codegen.pl"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/functions.in"
|
||||
"pyfunctions.cpp")
|
||||
"pyfunctions.cpp"
|
||||
VERBATIM
|
||||
DEPENDS codegen.pl functions.in)
|
||||
|
||||
add_custom_command(
|
||||
OUTPUT "swigpyrun.h"
|
||||
|
||||
Reference in New Issue
Block a user