martell / libxml2.cmake

cmake for libxml2
4 stars 7 forks source link

Doesn't work on Linux, because of case sensitivity. #3

Open mean-ui-thread opened 7 years ago

mean-ui-thread commented 7 years ago

File name should renamed from CmakeLists.txt to CMakeLists.txt

mean-ui-thread commented 7 years ago

For the record, the reason why it matters is because I was planning of using your repo as a submodule, and including it to my project like so:

add_subdirectory(libxml2.cmake)

however, cmake complained that the directory did not contain any CMakeLists.txt

mean-ui-thread commented 7 years ago

unfortunately, it looks like more work needs to be done to get this working for Linux :(