Nuand / bladeRF

bladeRF USB 3.0 Superspeed Software Defined Radio Source Code
http://nuand.com
Other
1.15k stars 459 forks source link

host software build failure CMakeLists.txt has a duplicate else() clause #509

Closed awalls-cx18 closed 7 years ago

awalls-cx18 commented 7 years ago

CMake Error at misc/udev/CMakeLists.txt:44 (else): A duplicate ELSE command was found inside an IF block.

https://github.com/Nuand/bladeRF/blob/master/host/misc/udev/CMakeLists.txt#L44

rtucker commented 7 years ago

Wow, I'm surprised it took this long for this to pop up.

Should be fixed in master 037e2886f2bfee42af99d77581d3cf9a23c64227. Thank you!

awalls-cx18 commented 7 years ago

You're welcome. I just switched to Fedora 26, using the latest pybombs. This was the first time I ever encountered the error. I guess older cmake versions didn't care.