2012/11/9 Manoj Vaghela :
> Hi cmake,
>
> I have just started learning use of CPack for my application.
>
> I have an application which uses Qt and other third party libraries.
>
> In CMakeLists.txt,
>
> For adding libraries of external package, I used
> INSTALL( FILES Lib1 lib2 DESTINATION ${INSTA
Hi,
On Thu, Nov 8, 2012 at 6:26 AM, Brad King wrote:
> On 11/07/2012 04:13 PM, Matthew Brett wrote:
>>> We can warn about it though. Try adding something like this to the end
>>> of CMake's Modules/Platform/Darwin.cmake:
>>>
>>> if(IS_DIRECTORY "${CMAKE_OSX_SYSROOT}/Library/Frameworks" AND
>>>
On 11/07/2012 04:13 PM, Matthew Brett wrote:
>> We can warn about it though. Try adding something like this to the end
>> of CMake's Modules/Platform/Darwin.cmake:
>>
>> if(IS_DIRECTORY "${CMAKE_OSX_SYSROOT}/Library/Frameworks" AND
>>IS_SYMLINK "${CMAKE_OSX_SYSROOT}/Library/Frameworks/Framewor
On Thursday 08 November 2012 10:58:48 Romain LEGUAY wrote:
set(CPACK_NSIS_MODIFY_PATH ON)
set(CPACK_NSIS_EXTRA_INSTALL_COMMANDS "\${EnvVarUpdate} \"$0\" \"PATH\" \"A\"
\"HKCU\" \"${MY_INCLUDE_DIR};${MY_LIB_DIR}\"")
I have never changed the PATH environment before, but the problem might be the
Hello everyone,
I make a library and when I install it, I want to put inside the PATH
environment variable the include directory path and the library path.
I write this:
set(CPACK_NSIS_MODIFY_PATH ON)
set(CPACK_NSIS_EXTRA_INSTALL_COMMANDS "\${EnvVarUpdate} \"$0\" \"PATH\"
\"A\" \"HKCU\" \"${