abyzovlab / CNVnator

a tool for CNV discovery and genotyping from depth-of-coverage by mapped reads
Other
209 stars 66 forks source link

Asks for C++17 but makefile has C++11 #231

Closed neharajkumar closed 3 years ago

neharajkumar commented 3 years ago

When I run make, it asks for C++17 however in the makefile it specifies C++11 (shown below): g++ -O3 -std=c++11 -DCNVNATOR_VERSION=\"$(VERSION)\" $(OMPFLAGS)