Skip to content

Commit

Permalink
Removed glfw3 uninstall from cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
drsnuggles8 committed Dec 27, 2023
1 parent 34cb572 commit 6c40c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OloEngine/vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ set_target_properties(UpdateAssimpLibsDebugSymbolsAndDLLs PROPERTIES FOLDER "Uti
set_target_properties(box2d PROPERTIES FOLDER "Utilities/box2d")
set_target_properties(glad PROPERTIES FOLDER "Utilities/glad")
set_target_properties(glfw PROPERTIES FOLDER "Utilities/GLFW3")
set_target_properties(uninstall PROPERTIES FOLDER "Utilities/GLFW3")
#set_target_properties(uninstall PROPERTIES FOLDER "Utilities/GLFW3")
set_target_properties(update_mappings PROPERTIES FOLDER "Utilities/GLFW3")
set_target_properties(gmock PROPERTIES FOLDER "Utilities/googletest")
set_target_properties(gmock_main PROPERTIES FOLDER "Utilities/googletest")
Expand Down

0 comments on commit 6c40c43

Please sign in to comment.