[cmake-developers] [CMake 0016094]: CMake 3.5.1 misinterprets C preprocessor logic

2016-05-04 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=16094 == Reported By:Damian Rouson Assigned To:

[cmake-developers] [CMake 0016093]: Order of --build and --target "cmake" command options matters

2016-05-04 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=16093 == Reported By:Andreas Schuh Assigned To: =

Re: [cmake-developers] New module to verify that python libraries are available on the system

2016-05-04 Thread Francois Budin
Indeed. Here is the corrected patch. Thanks for the review, Francois On Tue, May 3, 2016 at 6:46 PM, Florent Castelli wrote: > "exec(\"import sys\\ntry:\\n import numpy\\nexcept:\\n > sys.exit(0)\\nsys.exit(1)\")" > > This seems to be great to check that numpy exists! You're probably missing