Skip to content

Commit

Permalink
Merge pull request #295 from Kahlenden/linux-build
Browse files Browse the repository at this point in the history
build: Fix libcaesium lookup on Linux
  • Loading branch information
Lymphatus committed Aug 19, 2024
2 parents d614be5 + 0556dac commit ce985ae
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 ()
project(${TARGET} LANGUAGES CXX)
endif ()

#find_library(LIBCAESIUM caesium)
find_library(LIBCAESIUM caesium)
if (NOT LIBCAESIUM)
find_program(CARGO "cargo" REQUIRED)
endif ()
Expand Down

0 comments on commit ce985ae

Please sign in to comment.