Skip to content

Commit

Permalink
Correct case in name of included module
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood authored Apr 4, 2024
1 parent 84da603 commit a70dadd
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 @@ -10,7 +10,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

include(CTest)
include(GnuInstallDirs)
include(GNUInstallDirs)

if(WIN32)
find_package(pdcurses REQUIRED)
Expand Down

0 comments on commit a70dadd

Please sign in to comment.