We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ad810 commit 3b73beeCopy full SHA for 3b73bee
1 file changed
src/CMakeLists.txt
@@ -152,6 +152,7 @@ set_target_properties( gauxc PROPERTIES EXPORT_NAME gauxc )
152
153
set(export_properties
154
# currently configurable properties
155
+ "GAUXC_HAS_C"
156
"GAUXC_HAS_HOST"
157
"GAUXC_HAS_DEVICE"
158
"GAUXC_HAS_CUDA"
@@ -172,6 +173,7 @@ set(export_properties
172
173
174
set_target_properties(gauxc
175
PROPERTIES
176
+ "GAUXC_HAS_C" ${GAUXC_HAS_C}
177
"GAUXC_HAS_HOST" ${GAUXC_HAS_HOST}
178
"GAUXC_HAS_DEVICE" ${GAUXC_HAS_DEVICE}
179
"GAUXC_HAS_CUDA" ${GAUXC_HAS_CUDA}
0 commit comments