Commit b7d86e2686d5d15f68d17edda6ca7deb5de8d543
1 parent
4d9f4fb4
Updated changelog
Showing
2 changed files
with
1 additions
and
6 deletions
CHANGELOG.md
share/openbr/cmake/FindNEC3.cmake
| ... | ... | @@ -3,10 +3,4 @@ find_path(NEC3_DIR Include/NeoFacePro.h ${CMAKE_SOURCE_DIR}/3rdparty/*) |
| 3 | 3 | include_directories(${NEC3_DIR}/Include) |
| 4 | 4 | link_directories(${NEC3_DIR}/Lib) |
| 5 | 5 | |
| 6 | -#if(MSVC) | |
| 7 | -# file(GLOB NEC3_LIBS ${NECLATENT1_LIB_DIR}/*.lib) | |
| 8 | -#else() | |
| 9 | -# file(GLOB NEC3_LIBS ${NECLATENT1_BIN_DIR}/*.dll) | |
| 10 | -#endif() | |
| 11 | - | |
| 12 | 6 | set(NEC3_LIBS NeoFacePro) | ... | ... |