"...composable_kernel.git" did not exist on "03cd2692f0f5bc38dd9688c9c14a4a14f61580ac"
Commit f42580be authored by Jesse Beder's avatar Jesse Beder
Browse files

Switched project label to use 'nicer' suffix (e.g., md instead of /MD)

parent 6e0e9554
...@@ -181,7 +181,7 @@ if(MSVC) ...@@ -181,7 +181,7 @@ if(MSVC)
endforeach() endforeach()
endif() endif()
# #
set(LABEL_SUFFIX "${LABEL_SUFFIX} ${LIB_RT_OPTION}") set(LABEL_SUFFIX "${LABEL_SUFFIX} ${LIB_RT_SUFFIX}")
# b) Change prefix for static libraries # b) Change prefix for static libraries
set(CMAKE_STATIC_LIBRARY_PREFIX "lib") # to distinguish static libraries from DLL import libs set(CMAKE_STATIC_LIBRARY_PREFIX "lib") # to distinguish static libraries from DLL import libs
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment