Commented out the explict install of the Config files as including these files into
the header list allows the normal Cmake install support to install them.
This commit is contained in:
@@ -17,7 +17,8 @@ INCLUDE(CheckAtomicOps)
|
||||
SET(OPENTHREADS_CONFIG_HEADER "${PROJECT_BINARY_DIR}/include/OpenThreads/Config")
|
||||
CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/common/Config.in"
|
||||
"${OPENTHREADS_CONFIG_HEADER}")
|
||||
INSTALL_FILES(/include/OpenThreads/ FILES "${OPENTHREADS_CONFIG_HEADER}")
|
||||
|
||||
# INSTALL_FILES(/include/OpenThreads/ FILES "${OPENTHREADS_CONFIG_HEADER}")
|
||||
|
||||
################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user