mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
@@ -57,7 +57,7 @@ if(SWIG_FOUND)
|
||||
-outdir "${CMAKE_CURRENT_BINARY_DIR}"
|
||||
-o "${CMAKE_CURRENT_BINARY_DIR}/modperl_biglib.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/modperl.i"
|
||||
DEPENDS "modperl.i" "${PROJECT_BINARY_DIR}/include/znc/Csocket.h"
|
||||
DEPENDS "modperl.i" copy_csocket_h
|
||||
IMPLICIT_DEPENDS CXX "${CMAKE_CURRENT_SOURCE_DIR}/modperl.i"
|
||||
VERBATIM)
|
||||
else()
|
||||
|
||||
@@ -54,7 +54,7 @@ if(SWIG_FOUND)
|
||||
-outdir "${CMAKE_CURRENT_BINARY_DIR}"
|
||||
-o "${CMAKE_CURRENT_BINARY_DIR}/modpython_biglib.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/modpython.i"
|
||||
DEPENDS "modpython.i" "${PROJECT_BINARY_DIR}/include/znc/Csocket.h"
|
||||
DEPENDS "modpython.i" copy_csocket_h
|
||||
IMPLICIT_DEPENDS CXX "${CMAKE_CURRENT_SOURCE_DIR}/modpython.i"
|
||||
VERBATIM)
|
||||
else()
|
||||
|
||||
Reference in New Issue
Block a user