Skip to content

Commit aa03672

Browse files
committed
cmake update
1 parent a239584 commit aa03672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool-openssl/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ add_executable(
77
x509.cc
88
)
99

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

@@ -51,5 +50,6 @@ if(BUILD_TESTING)
5150
)
5251

5352
target_link_libraries(tool_openssl_test boringssl_gtest_main ssl crypto)
53+
target_include_directories(tool_openssl_test BEFORE PRIVATE ${PROJECT_BINARY_DIR}/symbol_prefix_include)
5454
add_dependencies(all_tests tool_openssl_test)
5555
endif()

0 commit comments

Comments
 (0)