Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed Jul 19, 2024
1 parent 36bf9ab commit 37bc77e
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 @@ -16,7 +16,7 @@ endif()

Check failure on line 16 in CMakeLists.txt

View workflow job for this annotation

GitHub Actions / windows-2019 clang-cl-11 x64

Generator

Check failure on line 16 in CMakeLists.txt

View workflow job for this annotation

GitHub Actions / windows-2019 clang-cl-11 Win32

Generator
if("${CMAKE_VERSION}" VERSION_GREATER "3.11.4")
project(Khaos VERSION 0.0.1.0 DESCRIPTION "A C/C++ library to simplify cross-platform programming" HOMEPAGE_URL "https://github.com/flagarde/Khaos" LANGUAGES C CXX)
else if("${CMAKE_VERSION}" VERSION_GREATER "3.8.2")
elseif("${CMAKE_VERSION}" VERSION_GREATER "3.8.2")
project(Khaos VERSION 0.0.1.0 DESCRIPTION "A C/C++ library to simplify cross-platform programming" LANGUAGES C CXX)
else()
project(Khaos VERSION 0.0.1.0 LANGUAGES C CXX)

Check failure on line 22 in CMakeLists.txt

View workflow job for this annotation

GitHub Actions / MSVC 6.0

No CMAKE_C_COMPILER could be found.

Check failure on line 22 in CMakeLists.txt

View workflow job for this annotation

GitHub Actions / MSVC 6.0

No CMAKE_CXX_COMPILER could be found.
Expand Down

0 comments on commit 37bc77e

Please sign in to comment.