We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e2e69 commit 6e79906Copy full SHA for 6e79906
CMakeLists.txt
@@ -5,7 +5,7 @@ A space-efficient open-source binary JSON serialization \
5
format based on JSON Schema with \
6
both schema-driven and schema-less support."
7
HOMEPAGE_URL "https://jsonbinpack.sourcemeta.com")
8
-list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
+list(PREPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
9
include(vendor/noa/cmake/noa.cmake)
10
11
# Options
0 commit comments