Minor fix to change from LIBRARY_INIT to LIBRARY

This commit is contained in:
dePaul Miller 2022-01-26 15:17:46 -05:00
parent 86fa1dc30b
commit ac8825b941

View File

@ -83,7 +83,7 @@ set(CUTLASS_ENABLE_LIBRARY ${CUTLASS_ENABLE_LIBRARY_INIT} CACHE BOOL "Enable CUT
set(CUTLASS_ENABLE_PROFILER ${CUTLASS_ENABLE_LIBRARY} CACHE BOOL "Enable CUTLASS Profiler")
if(${CMAKE_PROJECT_NAME} STREQUAL ${PROJECT_NAME})
set(CUTLASS_ENABLE_TESTS_INIT ${CUTLASS_ENABLE_LIBRARY_INIT})
set(CUTLASS_ENABLE_TESTS_INIT ${CUTLASS_ENABLE_LIBRARY})
else()
set(CUTLASS_ENABLE_TESTS_INIT OFF)
endif()