Skip to content

Commit 896b3af

Browse files
committed
Update CMakeLists.txt
1 parent 29b2853 commit 896b3af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_visibility/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ add_library(test_visibility_lib SHARED lib.h lib.cpp)
3434
add_library(test_visibility_lib::test_visibility_lib ALIAS test_visibility_lib)
3535
target_include_directories(test_visibility_lib PUBLIC ${CMAKE_CURRENT_BINARY_DIR})
3636
target_include_directories(test_visibility_lib PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
37+
target_compile_features(test_visibility_lib PUBLIC cxx_std_11)
3738

3839
generate_export_header(test_visibility_lib)
3940

0 commit comments

Comments
 (0)