[CMake] cmake 3.5.2: automoc ignores headers with the suffix .H (upper case h)

2017-10-23 Thread Liebe Markus (RtP2/TEF72)
Hello, using cmake version 3.5.2 on Linux I have observed, that automoc does not process header files if they have the suffix ".H" (uppercase h) At the moment I am porting our code base from qmake to cmake. Our quite large code base uses the .H suffix in tons of places instead of .h for cpp

Re: [CMake] HELP: CMake "cache" stuck after renaming project path

2017-10-23 Thread Michael Powell
On Mon, Oct 23, 2017 at 8:21 AM, Michael Powell wrote: > HELP! > > As the subject says, I renamed the project folder to a saner location > (for me anyway), which is now causing CMake to complain about its > "cache". Somehow or another it is stuck on the previous path. It is not enough apparently

[CMake] How to include Portaudio to my project?

2017-10-23 Thread Carlton Banks
also posted on SO: https://stackoverflow.com/questions/46886033/paerror-not-a-class-or-namespace I seem to have some problems including portaudio to my project, I guess my error is caused be me not including portaud

Re: [CMake] HELP: CMake "cache" stuck after renaming project path

2017-10-23 Thread Oleksii Vilchanskyi
It would help if you have posted the exact error message you receive. Otherwise it's just guessing. Speaking of guessing, if you use Ninja, it leaves `.ninja` files in the binary directory, so if you haven't removed the directory directly, you might want to remove hidden files, too. On 23.10.2

[CMake] HELP: CMake "cache" stuck after renaming project path

2017-10-23 Thread Michael Powell
HELP! As the subject says, I renamed the project folder to a saner location (for me anyway), which is now causing CMake to complain about its "cache". Somehow or another it is stuck on the previous path. This in spite of the fact I have CLEARED the out of place "build" location. The cache does in