molpopgen / fwdpy11

Forward-time simulation in Python using fwdpp
https://molpopgen.github.io/fwdpy11
GNU General Public License v3.0
30 stars 6 forks source link

Disable compiling by default the C++ files only used by Python tests #1303

Closed molpopgen closed 7 months ago

molpopgen commented 7 months ago

The cmake build system builds the C++ files in tests_with_cpp/ by default. Doing so is not necessary. The CI uses cmake directly to build the module and can set that to On during CI.

molpopgen commented 7 months ago

Closed by #1306