Skip to content

Commit

Permalink
Fix missing $ in cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 committed Feb 19, 2024
1 parent 6f3719b commit 8c854d9
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 @@ -27,7 +27,7 @@ else()
endif()
endif()

project({PROJECT_NAME}
project(${PROJECT_NAME}
VERSION ${LOCAL_PROJECT_VERSION}
DESCRIPTION "LibreWeb Browser - Decentralized Web-Browser"
LANGUAGES C CXX)
Expand Down

0 comments on commit 8c854d9

Please sign in to comment.