search for: installesd

Displaying 4 results from an estimated 4 matches for "installesd".

Did you mean: installed
2010 Oct 01
0
[LLVMdev] CMake "sudo make install" & headers
...mail.com> writes: > Sorry for the rapid fire replies, but this configuration works for me: It "works" on the sense that it installs the headers, but removing the FILES_MATCHING clause changes the semantics of the command: the subsequent PATTERNs that controls which files are to be installesd becomes ineffective. > install(DIRECTORY include/ > DESTINATION include > # FILES_MATCHING > PATTERN "*.def" > PATTERN "*.h" > PATTERN "*.td" > PATTERN "*.inc" > PATTERN ".svn" EXCLUDE > ) > > install...
2010 Oct 02
1
[LLVMdev] CMake "sudo make install" & headers
...t;> Sorry for the rapid fire replies, but this configuration works for me: > > It "works" on the sense that it installs the headers, but removing the > FILES_MATCHING clause changes the semantics of the command: the > subsequent PATTERNs that controls which files are to be installesd > becomes ineffective. > >> install(DIRECTORY include/ >> DESTINATION include >> # FILES_MATCHING >> PATTERN "*.def" >> PATTERN "*.h" >> PATTERN "*.td" >> PATTERN "*.inc" >> PATTERN ".svn&quot...
2008 Dec 26
5
New Ubuntu 8.10 User
Hi there I am an old man trying to keep up with my son but people who give instructions on these forums seem to think that we are all hi powered users who only need the minimum of guidance to achieve perfection. Let me tell you that is not the case. I am a novice with linux and wanted to have it so that I can do some work for my son that is linux based on the web. This is fine as the mail and
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
Sorry for the rapid fire replies, but this configuration works for me: install(DIRECTORY include/ DESTINATION include # FILES_MATCHING PATTERN "*.def" PATTERN "*.h" PATTERN "*.td" PATTERN "*.inc" PATTERN ".svn" EXCLUDE ) install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/ DESTINATION include # FILES_MATCHING PATTERN