Skip to content

Commit

Permalink
Turn USE_SWIG_DIRECTORS on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Jun 30, 2017
1 parent e55a014 commit 04db0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -410,7 +410,7 @@ EndForEach()

OPTION(SWIG_SINGLE_THREADED "Build modular interfaces single-threaded to reduce memory usage" OFF)

OPTION(USE_SWIG_DIRECTORS "Enable SWIG director classes" OFF)
OPTION(USE_SWIG_DIRECTORS "Enable SWIG director classes" ON)

# Respect system's or distribution's C[XX]FLAGS.
OPTION(SWIG_WITH_SYSTEM_CFLAGS "Enable system's C[XX]FLAGS for compilation of swig-binaries" ON)
Expand Down

0 comments on commit 04db0fc

Please sign in to comment.