mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-19 22:33:13 +01:00
Add more quotes to CMakeLists.txt.
A recent changes in LLVM 3.3 triggered this one.
This commit is contained in:
@@ -330,7 +330,7 @@ endif()
|
||||
set_target_properties(
|
||||
gen_gccbuiltins PROPERTIES
|
||||
RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin
|
||||
COMPILE_FLAGS ${TABLEGEN_CXXFLAGS}
|
||||
COMPILE_FLAGS "${TABLEGEN_CXXFLAGS}"
|
||||
)
|
||||
target_link_libraries(gen_gccbuiltins "${LLVM_LDFLAGS}" ${LLVM_LIBRARIES})
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
|
||||
Reference in New Issue
Block a user