Skip to content

Commit 6e79906

Browse files
committed
Try PREPEND
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 58e2e69 commit 6e79906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A space-efficient open-source binary JSON serialization \
55
format based on JSON Schema with \
66
both schema-driven and schema-less support."
77
HOMEPAGE_URL "https://jsonbinpack.sourcemeta.com")
8-
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
8+
list(PREPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
99
include(vendor/noa/cmake/noa.cmake)
1010

1111
# Options

0 commit comments

Comments
 (0)