Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
CMake
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3,191
Issues
3,191
List
Boards
Labels
Service Desk
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CMake
CMake
Commits
3d0f1957
Commit
3d0f1957
authored
Dec 11, 2012
by
David Cole
Committed by
Kitware Robot
Dec 11, 2012
Browse files
Options
Browse Files
Download
Plain Diff
Merge topic 'ConfigHelperMinorCommentFix'
8039bd08
CONFIGURE_PACKAGE_CONFIG_FILE(): improve generated comments
parents
b575eadc
8039bd08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Modules/CMakePackageConfigHelpers.cmake
Modules/CMakePackageConfigHelpers.cmake
+5
-0
No files found.
Modules/CMakePackageConfigHelpers.cmake
View file @
3d0f1957
...
...
@@ -188,8 +188,13 @@ function(CONFIGURE_PACKAGE_CONFIG_FILE _inputFile _outputFile)
endif
()
endforeach
()
get_filename_component
(
inputFileName
"
${
_inputFile
}
"
NAME
)
set
(
PACKAGE_INIT
"
####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() #######
####### Any changes to this file will be overwritten by the next CMake run ####
####### The input file was
${
inputFileName
}
########
get_filename_component(PACKAGE_PREFIX_DIR
\"\$
{CMAKE_CURRENT_LIST_DIR}/
${
PACKAGE_RELATIVE_PATH
}
\"
ABSOLUTE)
"
)
...
...
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