Skip to content

Commit

Permalink
Corrected to last IDieL release
Browse files Browse the repository at this point in the history
  • Loading branch information
martirm committed Apr 9, 2024
1 parent e58a998 commit 228cea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ if (${COMPILE_SUBMODULES})
${IDieL_CMAKE_OPTIONS}
BUILD_COMMAND make -j4
INSTALL_COMMAND make install
TEST_COMMAND cd ${CMAKE_BINARY_DIR}/IDieL-prefix/src/IDieL-build/test && ctest --output-on-failure -C $<CONFIGURATION>
TEST_COMMAND cd ${IDieL_SOURCE}/src/IDieL-build/test && ctest --output-on-failure -C $<CONFIGURATION>
)
# Now properly link our IDieL installation from the IDieL install directory to the common one from GreenX
set(IDieL_INSTALL_DIR "${IDieL_SOURCE}/IDieL")
Expand Down

0 comments on commit 228cea1

Please sign in to comment.