Skip to content

Commit a5aaa39

Browse files
mtudaneboasson
authored andcommitted
idlcxx: fix cmake DEFAULT_EXTENSIBILITY argument prefix
Fix wrong prefix used in the DEFAULT_EXTENSIBILITY argument. Signed-off-by: Matija Tudan <[email protected]>
1 parent ad19e49 commit a5aaa39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idlcxx/Generate.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function(IDLCXX_GENERATE)
3838
FEATURES ${IDLCXX_FEATURES}
3939
INCLUDES ${IDLCXX_INCLUDES}
4040
WARNINGS ${IDLCXX_WARNINGS}
41-
DEFAULT_EXTENSIBILITY ${IDLC_DEFAULT_EXTENSIBILITY}
41+
DEFAULT_EXTENSIBILITY ${IDLCXX_DEFAULT_EXTENSIBILITY}
4242
SUFFIXES .hpp .cpp
4343
DEPENDS ${_idlcxx_depends}
4444
)

0 commit comments

Comments
 (0)