Skip to content
Snippets Groups Projects
Commit b9df3e48 authored by Mattias Ellert's avatar Mattias Ellert Committed by Brad King
Browse files

Fix implementation of KWSYS_PROPERTIES_C

Apply KWSYS_PROPERTIES_C to our C-only library, not the main library.

Change-Id: I550196e6c6bdf613abfa7c7a19ec0b36d7f09553
parent 0bca555e
No related branches found
No related tags found
No related merge requests found
......@@ -1071,7 +1071,7 @@ IF(KWSYS_ENABLE_C AND KWSYS_C_SRCS)
# Apply user-defined target properties to the library.
IF(KWSYS_PROPERTIES_C)
SET_TARGET_PROPERTIES(${KWSYS_NAMESPACE} PROPERTIES
SET_TARGET_PROPERTIES(${KWSYS_NAMESPACE}_c PROPERTIES
${KWSYS_PROPERTIES_C}
)
ENDIF()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment