Skip to content

Commit

Permalink
Setting cmake project's language property somehow breaks the clang-cl…
Browse files Browse the repository at this point in the history
… build, so reverted that change
  • Loading branch information
Epixu committed Aug 22, 2023
1 parent e8d2b6b commit 9694450
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ project(LangulusCore
VERSION 1.0.0
DESCRIPTION "Langulus core library"
HOMEPAGE_URL https://langulus.com
LANGUAGES CXX
)

add_library(LangulusCore INTERFACE)
Expand Down

0 comments on commit 9694450

Please sign in to comment.