Skip to content

Commit

Permalink
Fix a typo in cmake install pdbs option
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed May 30, 2024
1 parent 3cf9606 commit 61cd3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ option(OSGEARTH_INSTALL_SHADERS "Whether to deploy GLSL shaders when installing
mark_as_advanced(OSGEARTH_INSTALL_SHADERS)

if(WIN32)
option(OSGEARTH_INTSALL_PDBS "Whether to deploy Windows .pdb files" OFF)
option(OSGEARTH_INSTALL_PDBS "Whether to deploy Windows .pdb files" OFF)
endif()

# Dependencies ...........................................................
Expand Down

0 comments on commit 61cd3f1

Please sign in to comment.