mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
[pstl] Do not install the __config_site.in file
The generated version of the file is already installed -- we shouldn't install the pre-generation version of the file.
This commit is contained in:
parent
1265eb2d5f
commit
ef14e52be4
@ -86,7 +86,8 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ParallelSTLConfig.cmake"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/ParallelSTLConfigVersion.cmake"
|
||||
DESTINATION lib/cmake/ParallelSTL)
|
||||
install(DIRECTORY include/
|
||||
DESTINATION include)
|
||||
DESTINATION include
|
||||
PATTERN "*.in" EXCLUDE)
|
||||
install(FILES "${PSTL_CONFIG_SITE_PATH}"
|
||||
DESTINATION include)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user