Merge pull request #114 from hugows/patch-1

Cmake 2.8.12 doesn't understand LANGUAGES keyword on project command
This commit is contained in:
Pietro Gagliardi 2016-06-09 11:26:38 -04:00
commit 04b83a2680
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE DEBUG CACHE STRING "" FORCE)
endif()
project(libui LANGUAGES C CXX)
project(libui)
option(BUILD_SHARED_LIBS "Whether to build libui as a shared library or a static library" ON)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/out")