Skip to content

Commit 3b73bee

Browse files
committed
Export GAUXC_HAS_C via gauxc target
1 parent 69ad810 commit 3b73bee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ set_target_properties( gauxc PROPERTIES EXPORT_NAME gauxc )
152152

153153
set(export_properties
154154
# currently configurable properties
155+
"GAUXC_HAS_C"
155156
"GAUXC_HAS_HOST"
156157
"GAUXC_HAS_DEVICE"
157158
"GAUXC_HAS_CUDA"
@@ -172,6 +173,7 @@ set(export_properties
172173

173174
set_target_properties(gauxc
174175
PROPERTIES
176+
"GAUXC_HAS_C" ${GAUXC_HAS_C}
175177
"GAUXC_HAS_HOST" ${GAUXC_HAS_HOST}
176178
"GAUXC_HAS_DEVICE" ${GAUXC_HAS_DEVICE}
177179
"GAUXC_HAS_CUDA" ${GAUXC_HAS_CUDA}

0 commit comments

Comments
 (0)