Hello everyone,

I would like to install my application under C:\Program Files\MyPrefix\MyAppName

I tried using

set(CMAKE_INSTALL_PREFIX "MyPrefix")

but that doesn't work. I can get MyApp to be installed under
C:\Program Files just fine (I guess because that is the default of
CPACK NSIS generator). Has anyone solved this problem before? I would
appreciate some guidance.

With warm regards,
Dat Chu
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to