Skip to content

Commit 466c5fd

Browse files
committed
CMake formatting
Reformat installtest/CMakeLists
1 parent 1873cf2 commit 466c5fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

installtest/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ enable_testing()
88

99
# Find the installed package
1010
set(OPTIONAL_INSTALL_DIR "../.install/lib/cmake/beman.optional")
11-
find_package(beman.optional REQUIRED PATHS ${OPTIONAL_INSTALL_DIR} NO_DEFAULT_PATH)
11+
find_package(
12+
beman.optional
13+
REQUIRED
14+
PATHS ${OPTIONAL_INSTALL_DIR}
15+
NO_DEFAULT_PATH
16+
)
1217

1318
# Add your test executable
1419
add_executable(TestInstalledOptional test.cpp)

0 commit comments

Comments
 (0)