diff options
| author | Sebastian Faubel <sebastian@semiodesk.com> | 2016-07-06 14:04:54 +0000 |
|---|---|---|
| committer | Sebastian Faubel <sebastian@semiodesk.com> | 2016-07-06 14:04:54 +0000 |
| commit | f381a48f549f2a3c4d7ec48a1458e7555306766b (patch) | |
| tree | 696505caf1b911585f56bc8397ec6b91f918ed89 /CMakeScripts/Install.cmake | |
| parent | Added missing files. (diff) | |
| download | inkscape-f381a48f549f2a3c4d7ec48a1458e7555306766b.tar.gz inkscape-f381a48f549f2a3c4d7ec48a1458e7555306766b.zip | |
Fixed config.h defines to point to the right locations for data (icons) and locales.
(bzr r15002.1.5)
Diffstat (limited to 'CMakeScripts/Install.cmake')
| -rw-r--r-- | CMakeScripts/Install.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeScripts/Install.cmake b/CMakeScripts/Install.cmake index e7311f080..6a95ce604 100644 --- a/CMakeScripts/Install.cmake +++ b/CMakeScripts/Install.cmake @@ -16,8 +16,6 @@ if(UNIX) # this should probably be done no matter what the platform is, just set SHARE_INSTALL first
add_subdirectory(share)
elseif(WIN32)
- set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/inkscape)
-
install(PROGRAMS
${EXECUTABLE_OUTPUT_PATH}/inkscape.exe
${EXECUTABLE_OUTPUT_PATH}/inkview.exe
|
