Closed ravlund closed 3 months ago
Hey it seems that the option "enable_examples" in the CMakeList.txt is unused and are still build if set to OFF
the statements add_custom_target(examples) add_subdirectory(EXAMPLE)
are not enclosed by an if
fixed.
Hey it seems that the option "enable_examples" in the CMakeList.txt is unused and are still build if set to OFF
the statements add_custom_target(examples) add_subdirectory(EXAMPLE)
are not enclosed by an if