tango-controls / cppTango

Moved to gitlab
http://tango-controls.org
41 stars 34 forks source link

configure/CMakeLists.txt: Remove bogus omniidl check #782

Closed t-b closed 4 years ago

t-b commented 4 years ago

Since 40ffd174 (cppapi/server/idl/CMakeLists.txt: Rework completely, 2019-11-13) we search for the omniidl executable in cppapi/server/idl/CMakeLists.txt and abort if we could not find it.

So let's remove that duplicated part here.