aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h225/CMakeLists.txt')
-rw-r--r--asn1/h225/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h225/CMakeLists.txt b/asn1/h225/CMakeLists.txt
index fe5fe4517f..5a15337e11 100644
--- a/asn1/h225/CMakeLists.txt
+++ b/asn1/h225/CMakeLists.txt
@@ -49,8 +49,8 @@ set( SRC_FILES
set( A2W_FLAGS )
set( EXTRA_CNF
- h235-exp.cnf
- h245-exp.cnf
+ "${CMAKE_CURRENT_BINARY_DIR}/../h235/h235-exp.cnf"
+ "${CMAKE_CURRENT_BINARY_DIR}/../h245/h245-exp.cnf"
)
ASN2WRS()