Cleanup: whitespace
This commit is contained in:
@@ -33,7 +33,3 @@ if(WITH_WINDOWS_BUNDLE_CRT)
|
||||
set(BUNDLECRT "<dependency><dependentAssembly><assemblyIdentity type=\"win32\" name=\"blender.crt\" version=\"1.0.0.0\" /></dependentAssembly></dependency>")
|
||||
endif()
|
||||
configure_file(${CMAKE_SOURCE_DIR}/release/windows/manifest/blender.exe.manifest.in ${CMAKE_CURRENT_BINARY_DIR}/blender.exe.manifest @ONLY)
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -16,4 +16,3 @@ LINK_DIRECTORIES(
|
||||
|
||||
# ADD_EXECUTABLE(myprog myprog-main.cc)
|
||||
# TARGET_LINK_LIBRARIES(myprog lemon)
|
||||
|
||||
|
@@ -88,4 +88,3 @@ INSTALL(
|
||||
FILES ${CMAKE_CURRENT_BINARY_DIR}/lemon.pc
|
||||
DESTINATION lib/pkgconfig
|
||||
)
|
||||
|
||||
|
@@ -1049,7 +1049,7 @@ setup_liblinks(blender)
|
||||
# USD registry.
|
||||
# USD requires a set of JSON files that define the standard schemas. These
|
||||
# files are required at runtime.
|
||||
if (WITH_USD)
|
||||
if(WITH_USD)
|
||||
add_definitions(-DWITH_USD)
|
||||
install(DIRECTORY
|
||||
${LIBDIR}/usd/lib/usd
|
||||
|
Reference in New Issue
Block a user