Hi,
I'd like to add the ability to set a specific MSVC10 Linker flag to
cmake and
wonder how to go about it. The problem as I see it is that the flag does
not contain any command line equivalent to use.
Could someone point me to an similar flag that I can look at and implement
my code in a sim
Hi,
I made some experiment with this issue and I tried two ideas out:
1) I made a cmake_test project folder with two subfolders: foo and
bar. From the main CMakeLists.txt:
add_subdirectory(foo)
add_subdirectory(bar)
Then:
cat ../foo/CMakeLists.txt
find_package(Qt4)
if(QT_QTDECLARATIVE_FOUND)
m
Hi everyone
I had Cmake 2.8.4 before (worked), but installed the latest version (2.8.5).
However, when I clicked 'install command line links', it said: "Failed create
symlink installation may be incomplete: usr/bin/ccmake" (and a few other things
after bin). It claims it installs successfully.