xiaoyeli / superlu

Supernodal sparse direct solver. https://portal.nersc.gov/project/sparse/superlu/
Other
281 stars 96 forks source link

examples #152

Closed ravlund closed 3 months ago

ravlund commented 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

xiaoyeli commented 3 months ago

fixed.