Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
8bb431fe
Commit
8bb431fe
authored
May 26, 2016
by
Victor Zverovich
Committed by
Jonathan Müller
Oct 23, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Break long lines
(cherry picked from commit
231c16df
)
parent
01e31f31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
fmt/CMakeLists.txt
fmt/CMakeLists.txt
+4
-2
No files found.
fmt/CMakeLists.txt
View file @
8bb431fe
...
@@ -74,7 +74,8 @@ if (FMT_INSTALL)
...
@@ -74,7 +74,8 @@ if (FMT_INSTALL)
${
PROJECT_SOURCE_DIR
}
/support/cmake/fmt-config.cmake.in
${
PROJECT_SOURCE_DIR
}
/support/cmake/fmt-config.cmake.in
${
project_config
}
${
project_config
}
INSTALL_DESTINATION
${
FMT_CMAKE_DIR
}
)
INSTALL_DESTINATION
${
FMT_CMAKE_DIR
}
)
export
(
TARGETS
${
INSTALL_TARGETS
}
FILE
${
PROJECT_BINARY_DIR
}
/
${
targets_export_name
}
.cmake
)
export
(
TARGETS
${
INSTALL_TARGETS
}
FILE
${
PROJECT_BINARY_DIR
}
/
${
targets_export_name
}
.cmake
)
# Install version, config and target files.
# Install version, config and target files.
install
(
install
(
...
@@ -83,7 +84,8 @@ if (FMT_INSTALL)
...
@@ -83,7 +84,8 @@ if (FMT_INSTALL)
install
(
EXPORT
${
targets_export_name
}
DESTINATION
${
FMT_CMAKE_DIR
}
)
install
(
EXPORT
${
targets_export_name
}
DESTINATION
${
FMT_CMAKE_DIR
}
)
# Install the library and headers.
# Install the library and headers.
install
(
TARGETS
${
INSTALL_TARGETS
}
EXPORT
${
targets_export_name
}
DESTINATION
${
FMT_LIB_DIR
}
)
install
(
TARGETS
${
INSTALL_TARGETS
}
EXPORT
${
targets_export_name
}
DESTINATION
${
FMT_LIB_DIR
}
)
install
(
FILES
${
FMT_HEADERS
}
DESTINATION include/fmt
)
install
(
FILES
${
FMT_HEADERS
}
DESTINATION include/fmt
)
if
(
FMT_CPPFORMAT
)
if
(
FMT_CPPFORMAT
)
install
(
TARGETS cppformat DESTINATION
${
FMT_LIB_DIR
}
)
install
(
TARGETS cppformat DESTINATION
${
FMT_LIB_DIR
}
)
...
...
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