Skip to content

Commit fa75886

Browse files
PawelJurekAlexeySotkin
authored andcommitted
Adding ability to change Common Clang's library name: fix for debug build
Change-Id: I68c97de09beb1e1d4aa2bde7235b2e915552092a
1 parent 33d969f commit fa75886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cclang/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ endif (WIN32)
111111

112112
# set that name of the main output file as a target name
113113
if (NOT DEFINED COMMON_CLANG_LIBRARY_NAME)
114-
message(FATAL_ERROR "COMMON_CLANG_LIBRARY_NAME not set!")
114+
set(COMMON_CLANG_LIBRARY_NAME common_clang)
115115
endif()
116116
set(TARGET_NAME ${COMMON_CLANG_LIBRARY_NAME}${BUILD_PLATFORM} )
117117

0 commit comments

Comments
 (0)