aimotive-legacy / cmakex

lightweight package manager for CMake
4 stars 1 forks source link

install_deps_phase_one.cpp first_iteration dead code #39

Open tamaskenez opened 7 years ago

tamaskenez commented 7 years ago

in install_deps_phase_one.cpp there a section which sets bool first_iteration = true then uses it in branch but that variable is never set to other value, the else branch of the if is dead code Need to investigate what was the intention in fix it, remove dead code.