Opened 15 months ago
Closed 15 months ago
#18931 closed enhancement (fixed)
jasper-4.1.1
Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 12.1 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New point version.
Change History (4)
comment:1 by , 15 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 15 months ago
I'm getting an interesting error:
-- Detecting C compile features - done CMAKE_C_COMPILER_ID: GNU CMAKE_C_COMPILER_VERISON: 13.2.0 CMake Error at build/cmake/modules/InSourceBuild.cmake:27 (message): The use of an in-source build has been detected (i.e., the binary directory specified to CMake is located in or under the source directory). This can potentially trash the source tree. In fact, if you are seeing this message, you may have already partially trashed the source tree. The use of an in-source build is not officially supported and is therefore disallowed by default. If you like to live dangerously and would like to override this default behavior, this can be accomplished via the CMake option ALLOW_IN_SOURCE_BUILD. CMake source directory: /sources/jasper-4.1.1/jasper-version-4.1.1 CMake binary directory: /sources/jasper-4.1.1/jasper-version-4.1.1/BUILD CMake binary directory root: /sources/jasper-4.1.1/jasper-version-4.1.1/BUILD
Since we're building in a separate directory, we should be fine to just pass -DALLOW_IN_SOURCE_BUILD=yes.
comment:4 by , 15 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.