Skip to content

Commit

Permalink
Merge pull request nfc-tools#506 from nfc-tools/fix-cmake-module-path
Browse files Browse the repository at this point in the history
fix CMAKE_MODULE_PATH for libnfc as a submodule
  • Loading branch information
daixtrose authored Oct 2, 2018
2 parents a9af192 + d11db46 commit 980513f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ADD_DEFINITIONS("-DHAVE_CONFIG_H")
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/include)

# make it easy to locate CMake modules for finding libraries
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules/")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/modules/")

# Options
option (LIBNFC_LOG "Enable log facility (errors, warning, info and debug messages)" ON)
Expand Down

0 comments on commit 980513f

Please sign in to comment.