Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
0bb0f85e
Commit
0bb0f85e
authored
Feb 22, 2021
by
Hubert Chathi
Browse files
don't use variables that haven't been set yet
parent
21ba95ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0bb0f85e
...
...
@@ -60,9 +60,9 @@ set_target_properties(olm PROPERTIES
VERSION
${
PROJECT_VERSION
}
)
set_target_properties
(
olm PROPERTIES
ARCHIVE_OUTPUT_DIRECTORY
${
CMAKE_BINARY_DIR
}
/
${
CMAKE_INSTALL_BINDIR
}
LIBRARY_OUTPUT_DIRECTORY
${
CMAKE_BINARY_DIR
}
/
${
CMAKE_INSTALL_LIBDIR
}
RUNTIME_OUTPUT_DIRECTORY
${
CMAKE_BINARY_DIR
}
/
${
CMAKE_INSTALL_LIBDIR
}
)
ARCHIVE_OUTPUT_DIRECTORY
${
CMAKE_BINARY_DIR
}
LIBRARY_OUTPUT_DIRECTORY
${
CMAKE_BINARY_DIR
}
RUNTIME_OUTPUT_DIRECTORY
${
CMAKE_BINARY_DIR
}
)
include
(
GNUInstallDirs
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment