From a335d78a62c213b1ae6465bad28aaedfafd828bc Mon Sep 17 00:00:00 2001 From: rsgowman Date: Tue, 27 Mar 2018 13:43:17 -0400 Subject: Only add nanopb proto headers to the -I path when depending on the nanopb protos. (#982) This is motivated by wanting to use libprotobuf in the project too, but it's also sensible by itself. --- Firestore/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'Firestore/CMakeLists.txt') diff --git a/Firestore/CMakeLists.txt b/Firestore/CMakeLists.txt index 28ac08f..d605411 100644 --- a/Firestore/CMakeLists.txt +++ b/Firestore/CMakeLists.txt @@ -64,8 +64,5 @@ include_directories(${FIREBASE_INSTALL_DIR}) # Fully qualified imports, project wide include_directories(${FIREBASE_SOURCE_DIR}) -# Include nanopb generated sources -include_directories(${FIREBASE_SOURCE_DIR}/Firestore/Protos/nanopb) - add_subdirectory(core) add_subdirectory(Protos) -- cgit v1.2.3