[Bug 1469708] Re: cmake does not find wait.h using the check_include_files-statement

2015-06-29 Thread Lazalatin
** Description changed: Ubuntu Version: 15.04 CMake Version: 3.0.2 - - This specific issue was only caused by finding the (existing) wait.h header file while building a CMakeLists file + This specific issue was only caused by finding the (existing) wait.h + header file while building a

[Bug 1469708] Re: cmake does not find wait.h using the check_include_files-statement

2015-06-29 Thread Lazalatin
After working around with several locations where wait.h is present, it seems that this issue is now solved. It does not matter, stating check_include_files( sys/wait.h HAVE_WAIT_H ) or check_include_files( wait.h HAVE_WAIT_H ) cmake now detects the files. Is this magic? Have I done Something