mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
KWSys 2017-12-08 (2d27b1d0)
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 2d27b1d075d93860ee63564f635fd1710aa61208 (master).
Upstream Shortlog
-----------------
Brad King (1):
9995f700 hashtable: Drop when building inside CMake
This commit is contained in:
committed by
Brad King
parent
5b1c84b449
commit
3b1bb703a2
@@ -705,9 +705,13 @@ ENDIF()
|
||||
# selected components. Initialize with required components.
|
||||
SET(KWSYS_CLASSES)
|
||||
SET(KWSYS_H_FILES Configure SharedForward)
|
||||
SET(KWSYS_HXX_FILES Configure String
|
||||
hashtable hash_fun hash_map hash_set
|
||||
)
|
||||
SET(KWSYS_HXX_FILES Configure String)
|
||||
|
||||
IF(NOT CMake_SOURCE_DIR)
|
||||
SET(KWSYS_HXX_FILES ${KWSYS_HXX_FILES}
|
||||
hashtable hash_fun hash_map hash_set
|
||||
)
|
||||
ENDIF()
|
||||
|
||||
# Add selected C++ classes.
|
||||
SET(cppclasses
|
||||
@@ -1027,7 +1031,7 @@ IF(KWSYS_STANDALONE OR CMake_SOURCE_DIR)
|
||||
ENDFOREACH()
|
||||
|
||||
# C++ tests
|
||||
IF(NOT WATCOM)
|
||||
IF(NOT WATCOM AND NOT CMake_SOURCE_DIR)
|
||||
SET(KWSYS_CXX_TESTS
|
||||
testHashSTL
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user