Fix broken CMake file after recent refactor.

Basically all 'normal' builds were erroring in CMake config after
ca8dc11a85.
This commit is contained in:
Bastien Montagne
2024-03-01 12:16:23 +01:00
parent c28e1bb482
commit c3d3528280

View File

@@ -51,8 +51,8 @@ else()
)
endif()
unset(LIBDIR)
set(WITH_LIBS_PRECOMPILED OFF)
endif()
set(WITH_LIBS_PRECOMPILED OFF)
endif()
endif()