Re: [CMake] Why is the binary md5sum value different?

2019-05-17 Thread Gregor Jasny via CMake
On 17.05.19 02:53, Gelryun wrote: I write MakefileList.txt like this. include_directories(${COMMINC_DIR} ${DBINC_DIR} ./) link_directories(${DBLIB_DIR} ${COMMLIB_DIR}) set(DBUSERID withdb/ufdb)

[CMake] How to Build Subdirectory CMake Project GLFW and Change Targets

2019-05-17 Thread junk email
Hello, I am trying to understand how to build a subdirectory project that has its own CMakeLists.txt file already setup. In this case, I am using the open source library GLFW to help me with some of my OpenGL applications. Here is a sample directory structure I am working with. Root ├──

Re: [CMake] How to Build Subdirectory CMake Project GLFW and Change Targets

2019-05-17 Thread frodak17
On Fri, May 17, 2019 at 2:55 AM junk email wrote: > Hello, > > I am trying to understand how to build a subdirectory project that has its > own CMakeLists.txt file already setup. In this case, I am using the open > source library GLFW to help me with some of my OpenGL applications. Here is > a

Re: [CMake] Language Dependency for TCL?

2019-05-17 Thread frodak17
On Thu, May 16, 2019 at 5:05 PM hex wrote: > hello, > > I am setting up a TCL project so I disabled all language variables: > > *cmake_minimum_required(VERSION 2.4)* > > *project(P LANGUAGES NONE)* > *find_package(TCL)* > > > however, this fails with > > *-- Could NOT find TCL (missing:

[Cmake-commits] CMake branch, master, updated. v3.14.4-998-g94b2c75

2019-05-17 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 94b2c757725b86a38b7934f9e1084debe6dbe2de (commit) via

[Cmake-commits] CMake branch, master, updated. v3.14.4-987-gacc2f02

2019-05-17 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via acc2f022bb538cbd61621f66d64d13b751d23f39 (commit) via

Re: [cmake-developers] CMake 3.13 - Generated moc files not added to VStudio solution

2019-05-17 Thread Sebastian Holtermann
Am 16.05.19 um 20:43 schrieb Venedict Tchistopolskii: Hey again, just checking in. Has this been solved with a better solution/etc.? .-. VT AFAIK setting source file properties on files that get tagged GENERATED later has been fixed by this commit:

[Cmake-commits] CMake branch, master, updated. v3.14.4-999-g8ada059

2019-05-17 Thread Kitware Robot via Cmake-commits
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index dc4f5fd..459f728 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 14) -set(CMake_VERSION_PATCH 20190517) +set(CMake_VER