prebuild.cmake now reads the output from getarch into CMake vars.

This commit is contained in:
Hank Anderson
2015-01-28 22:57:44 -06:00
parent 61f21b5d03
commit 8c23965da3
2 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ set_target_properties(DBLAS_TU PROPERTIES COMPILE_DEFINITIONS TRANS)
set(DBLAS_TARGETS DBLAS_NONE DBLAS_T DBLAS_L DBLAS_U DBLAS_TU)
foreach (${DBLAS_TARGET} ${DBLAS_TARGETS})
foreach (DBLAS_TARGET ${DBLAS_TARGETS})
set_target_properties(${DBLAS_TARGET} PROPERTIES COMPILE_DEFINITIONS DOUBLE)
endforeach ()