[CMake] The Fourth International Conference on Electrical, Electronics, Computer Engineering and their Applications (EECEA2019)

2018-12-27 Thread Frelyn SDIWC
You are invited to participate in *The Fourth International Conference on Electrical, Electronics, Computer Engineering and their Applications (EECEA2019)* that will be held at *University of Perpetual Help System DALTA, Las PiƱas, Manila, Philippines* on *February 20-22, 2019*. The event will be

[Cmake-commits] CMake branch, master, updated. v3.13.2-778-gf564f65

2018-12-27 Thread Kitware Robot via Cmake-commits
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 76ad9e6..24d1e40 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 13) -set(CMake_VERSION_PATCH 20181227) +set(CMake_VER

Re: [CMake] cmake cannot find source file (new to cmake)

2018-12-27 Thread Chuck Atkins via CMake
> > When I ran "cmake .." in bin, cmake complained that it could not find > source file src1.h in add_executable. What is wrong here? > Hi Lei, Alex hit several of these points, but to wrap it up together: A couple of things... - There's no need for a CMakeLists.txt in a directory if it's

Re: [CMake] While running CMake for building ReactOS on AWS EC2, the configure.sh (cmake) kills all SSH connections

2018-12-27 Thread Sori Pos
Sorry guys, I have found the cause of the problem after posting the same question in the ReactOS forums: https://reactos.org/forum/viewtopic.php?f=9=18137=135307 The problem was that my instance had only 1GB of RAM, and the ReactOS CMake configure step needs at least 2-4 GB of RAM, so this was