Skip to content

Commit

Permalink
CI: Remove glfw and stdutils from Cmake install
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-dejoue committed Aug 13, 2023
1 parent 4d49f8b commit 2703c48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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: 0 additions & 2 deletions src/stdutils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ if(MSVC)
endif()

set_property(TARGET stdutils PROPERTY FOLDER "libraries")

install(TARGETS stdutils EXPORT picross_project)

0 comments on commit 2703c48

Please sign in to comment.