Skip to content

Commit

Permalink
fix: wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed Jul 7, 2023
1 parent c8ff86f commit 710113e
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 @@ -73,7 +73,7 @@ file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS src/*.cpp src/*.c)
add_library(${PROJECT_NAME} SHARED ${SOURCES} proto/packet.proto)
protobuf_generate(TARGET ${PROJECT_NAME} LANGUAGE cpp)

target_include_directories(${PROJECT_NAME} PUBLIC include ${CMAKE_CURRENT_BINARY_DIR} ${libzmq_INCLUDE_DIRS} ${cppzmq_SOURCE_DIRS} ${Protobuf_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR}/proto)
target_include_directories(${PROJECT_NAME} PUBLIC include ${CMAKE_CURRENT_BINARY_DIR} ${libzmq_INCLUDE_DIR} ${cppzmq_SOURCE_DIR} ${Protobuf_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR}/proto)

if (NOT DEFINED ENV{GEODE_SDK})
message(FATAL_ERROR "Unable to find Geode SDK! Please define GEODE_SDK environment variable to point to Geode")
Expand Down

0 comments on commit 710113e

Please sign in to comment.