Skip to content

Commit

Permalink
Merge pull request #369 from Autodesk/sabrih/MAYA-103365/clean_up_pr1
Browse files Browse the repository at this point in the history
clean up part1
  • Loading branch information
HamedSabri-adsk authored Mar 24, 2020
2 parents 84ff88e + f91a975 commit 69727dc
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ target_include_directories(${PROJECT_NAME}
${MAYA_INCLUDE_DIRS}
${PXR_INCLUDE_DIRS}
$<$<BOOL:${UFE_FOUND}>:${UFE_INCLUDE_DIR}>
${CMAKE_BINARY_DIR}/include
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_BINARY_DIR}/include
)

# -----------------------------------------------------------------------------
Expand Down
4 changes: 0 additions & 4 deletions lib/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ target_compile_definitions(${PYTHON_TARGET_NAME}
# -----------------------------------------------------------------------------
# include directories
# -----------------------------------------------------------------------------
target_include_directories(${PYTHON_TARGET_NAME}
PRIVATE
${CMAKE_BINARY_DIR}/include
)

# -----------------------------------------------------------------------------
# link libraries
Expand Down
4 changes: 0 additions & 4 deletions lib/render/mayaToHydra/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ target_compile_definitions(${TARGET_NAME}
# -----------------------------------------------------------------------------
# include directories
# -----------------------------------------------------------------------------
target_include_directories(${TARGET_NAME}
PRIVATE
${CMAKE_BINARY_DIR}/include
)

# -----------------------------------------------------------------------------
# link libraries
Expand Down
4 changes: 0 additions & 4 deletions lib/ufe/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ target_compile_definitions(${UFE_PYTHON_TARGET_NAME}
# -----------------------------------------------------------------------------
# include directories
# -----------------------------------------------------------------------------
target_include_directories(${UFE_PYTHON_TARGET_NAME}
PRIVATE
${CMAKE_BINARY_DIR}/include
)

# -----------------------------------------------------------------------------
# link libraries
Expand Down
1 change: 0 additions & 1 deletion lib/usd/hdMaya/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ target_compile_definitions(${TARGET_NAME}
# -----------------------------------------------------------------------------
target_include_directories(${TARGET_NAME}
PRIVATE
${CMAKE_BINARY_DIR}/include
${CMAKE_CURRENT_SOURCE_DIR}
)

Expand Down
1 change: 0 additions & 1 deletion lib/usd/ui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ target_include_directories(${PROJECT_NAME}
PRIVATE
${MAYA_INCLUDE_DIRS}
${PXR_INCLUDE_DIRS}
${CMAKE_BINARY_DIR}/include
${CMAKE_CURRENT_SOURCE_DIR}
)

Expand Down
4 changes: 0 additions & 4 deletions lib/usd/ui/demo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ target_sources(${PROJECT_NAME}
# -----------------------------------------------------------------------------
# include directories
# -----------------------------------------------------------------------------
target_include_directories(${PROJECT_NAME}
PRIVATE
${CMAKE_BINARY_DIR}/include
)

# -----------------------------------------------------------------------------
# link libraries
Expand Down

0 comments on commit 69727dc

Please sign in to comment.