Skip to content

Commit

Permalink
Fix compatibility with CMake v3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adklimki committed Jan 25, 2021
1 parent f1a7978 commit fafd230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcoz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ if(INSTALL_COZ)
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/. TYPE INCLUDE)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/. DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
endif()

0 comments on commit fafd230

Please sign in to comment.