Skip to content

Commit

Permalink
Adding ability to change Common Clang's library name: fix for debug b…
Browse files Browse the repository at this point in the history
…uild

Change-Id: I68c97de09beb1e1d4aa2bde7235b2e915552092a
  • Loading branch information
PawelJurek authored and AlexeySotkin committed Mar 29, 2018
1 parent 33d969f commit fa75886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cclang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ endif (WIN32)

# set that name of the main output file as a target name
if (NOT DEFINED COMMON_CLANG_LIBRARY_NAME)
message(FATAL_ERROR "COMMON_CLANG_LIBRARY_NAME not set!")
set(COMMON_CLANG_LIBRARY_NAME common_clang)
endif()
set(TARGET_NAME ${COMMON_CLANG_LIBRARY_NAME}${BUILD_PLATFORM} )

Expand Down

0 comments on commit fa75886

Please sign in to comment.