Skip to content

Commit

Permalink
cmake update
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdeye committed Jul 1, 2024
1 parent a239584 commit aa03672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool-openssl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ add_executable(
x509.cc
)

target_include_directories(${INTEGRATION_TEST_EXEC} BEFORE PRIVATE ${PROJECT_BINARY_DIR}/symbol_prefix_include)
target_include_directories(openssl PUBLIC ${PROJECT_SOURCE_DIR}/include)
target_compile_options(openssl PUBLIC -DINTERNAL_TOOL)

Expand Down Expand Up @@ -51,5 +50,6 @@ if(BUILD_TESTING)
)

target_link_libraries(tool_openssl_test boringssl_gtest_main ssl crypto)
target_include_directories(tool_openssl_test BEFORE PRIVATE ${PROJECT_BINARY_DIR}/symbol_prefix_include)
add_dependencies(all_tests tool_openssl_test)
endif()

0 comments on commit aa03672

Please sign in to comment.