Skip to content

Commit

Permalink
Core: minor CMake fix for ovf install step.
Browse files Browse the repository at this point in the history
  • Loading branch information
GPMueller committed Apr 11, 2020
1 parent 55cc299 commit 6cf6dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/thirdparty/ovf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ target_include_directories( ${PROJECT_NAME} PRIVATE ${PROJECT_SOURCE_DIR}/thirdp
add_library( ${PROJECT_NAME}_static $<TARGET_OBJECTS:${PROJECT_NAME}> )

install( TARGETS ${PROJECT_NAME}_static DESTINATION lib )
install( DIRECTORY include/ovf DESTINATION include )
install( DIRECTORY include DESTINATION include )


### Build Python bindings
Expand Down

0 comments on commit 6cf6dd0

Please sign in to comment.