Skip to content

Commit

Permalink
CI: Remove glfw and stdutils public headers from Cmake install
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-dejoue committed Aug 14, 2023
1 parent 4d49f8b commit d126e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmake/third_party/glfw.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ FetchContent_Declare(
set(GLFW_BUILD_DOCS OFF CACHE BOOL "" FORCE)
set(GLFW_BUILD_TESTS OFF CACHE BOOL "" FORCE)
set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
set(GLFW_INSTALL OFF CACHE BOOL "" FORCE)

FetchContent_MakeAvailable(glfw)
2 changes: 1 addition & 1 deletion src/stdutils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ endif()

set_property(TARGET stdutils PROPERTY FOLDER "libraries")

install(TARGETS stdutils EXPORT picross_project)
install(TARGETS stdutils EXPORT picross_project ARCHIVE)

0 comments on commit d126e4a

Please sign in to comment.