Skip to content

Commit

Permalink
install: fix string comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Apr 10, 2024
1 parent 657b07c commit 702182e
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 702182e

Please sign in to comment.