Skip to content

Commit e97038a

Browse files
committed
CMAKE_PREFIX_PATH replaced by xxx_ROOT
1 parent 15b0809 commit e97038a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_link/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ project(test_link)
44
set(CMAKE_CXX_STANDARD 14)
55

66
find_package(Lima REQUIRED)
7+
78
add_executable(test_link main.cpp)
89

910
target_link_libraries(${PROJECT_NAME} PRIVATE Lima::Lima)
1011

11-
1212
enable_testing()
1313
add_test(
1414
NAME link_on_lib

0 commit comments

Comments
 (0)