Skip to content

Commit

Permalink
Merge pull request #681 from jrl-umi3218/streq
Browse files Browse the repository at this point in the history
install: fix string comparison
  • Loading branch information
nim65s authored Apr 11, 2024
2 parents abb5c44 + 702182e commit da41708
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 @@ project(
LANGUAGES CXX
VERSION 0.0.0)

if(CMAKE_PROJECT_NAME EQUAL PROJECT_NAME)
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
# Generate CMake exports
include(GNUInstallDirs)
include(package-config.cmake)
Expand Down

0 comments on commit da41708

Please sign in to comment.