Browse Source

CMake: Fix build

pull/108/head
Daniel Scharrer 6 years ago
parent
commit
cf8d6a3a43
  1. 5
      CMakeLists.txt

5
CMakeLists.txt

@ -316,6 +316,11 @@ if(NOT MSVC)
endif()
if($ENV{PORTAGE_REPO_NAME} MATCHES "gentoo")
# Meh
unset(LIBRARIES)
endif()
# All sources:

Loading…
Cancel
Save