We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa99046 commit 4bdae56Copy full SHA for 4bdae56
CMakeLists.txt
@@ -38,10 +38,10 @@ set ( LIB_VERSION_INFO
38
# Options disabled by default
39
option ( enable-debug "enable debugging (default=no)" off )
40
option ( GTKDOC_ENABLED "Create Gtk-Doc API reference (default=no)" off )
41
+option ( INTROSPECTION_ENABLED "Create GObject Introspection typelib" off )
42
43
# Options enabled by default
44
option ( BUILD_SHARED_LIBS "Build a shared object or DLL" on )
-option ( INTROSPECTION_ENABLED "Create GObject Introspection typelib" on )
45
46
# Initialize the library directory name suffix.
47
if ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
0 commit comments