Skip to content

Commit 4bdae56

Browse files
committed
Disable introspection by default
as it currently fails to build and I have no clue how to fix it
1 parent aa99046 commit 4bdae56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ set ( LIB_VERSION_INFO
3838
# Options disabled by default
3939
option ( enable-debug "enable debugging (default=no)" off )
4040
option ( GTKDOC_ENABLED "Create Gtk-Doc API reference (default=no)" off )
41+
option ( INTROSPECTION_ENABLED "Create GObject Introspection typelib" off )
4142

4243
# Options enabled by default
4344
option ( BUILD_SHARED_LIBS "Build a shared object or DLL" on )
44-
option ( INTROSPECTION_ENABLED "Create GObject Introspection typelib" on )
4545

4646
# Initialize the library directory name suffix.
4747
if ( CMAKE_SIZEOF_VOID_P EQUAL 8 )

0 commit comments

Comments
 (0)