Skip to content

Commit

Permalink
Update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Jan 14, 2024
1 parent fb9d4bb commit 85626d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ link_library(${PROJECT_NAME} ${geompack_LIBRARY} ${geompack_INCLUDE_DIR})
link_library(${PROJECT_NAME} ${forcolormap_LIBRARY} ${forcolormap_INCLUDE_DIR})

# Installation
# add_subdirectory(install)
add_subdirectory(install)

# ------------------------------------------------------------------------------
# EXAMPLES
Expand Down
6 changes: 0 additions & 6 deletions install/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ install_library(
${CMAKE_INSTALL_PREFIX}
)

# Install the documentation files
install_documentation(
${PROJECT_SOURCE_DIR}/docs/html
${CMAKE_INSTALL_PREFIX}/docs
)

# Define the version file
write_basic_package_version_file(
${CMAKE_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake
Expand Down

0 comments on commit 85626d9

Please sign in to comment.